Skip to content

Commit

Permalink
Fixing compatibility with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
luis100 committed Feb 14, 2024
1 parent 1c97873 commit 06e8a01
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,23 @@
<version>2.23.4</version>
<scope>test</scope>
</dependency>

<!-- lfaria 2024-02-14: Fixing Java 8 compatibility issue -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
<version>11.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>11.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-forkjoin</artifactId>
<version>11.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 06e8a01

Please sign in to comment.