Skip to content

Commit

Permalink
Update legend-pure to 5.6.1 (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs committed May 23, 2024
1 parent 795f174 commit 53806b6
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,5 @@
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>

</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@
<artifactId>legend-engine-xt-functionActivator-pure</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@
</dependency>
<!-- ENGINE -->

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@
<!-- ENGINE -->

<!-- ECLIPSE COLLECTIONS -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@
<!-- ENGINE -->

<!-- ECLIPSE COLLECTIONS -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
Expand All @@ -227,4 +223,4 @@
<!-- TEST -->
</dependencies>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@
<!-- ENGINE -->

<!-- ECLIPSE COLLECTIONS -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,11 @@
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-pure-platform-java</artifactId>
</dependency>
<!-- PURE -->

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
</dependency>
<!-- PURE -->

<!-- TEST -->

<!-- TEST -->
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,9 @@
</dependency>
<!-- ENGINE -->

<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
</dependency>

</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<properties>
<!-- Legend -->
<legend.pure.version>5.5.0</legend.pure.version>
<legend.pure.version>5.6.1</legend.pure.version>
<legend.shared.version>0.25.4</legend.shared.version>

<!-- SONAR -->
Expand Down

0 comments on commit 53806b6

Please sign in to comment.