Skip to content

Commit

Permalink
Added eclipse-collections library
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Koval committed May 8, 2018
1 parent 35e4759 commit 01539a7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 5 additions & 1 deletion community/kernel-api/pom.xml
Expand Up @@ -78,8 +78,12 @@ the relevant Commercial Agreement.
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>

<!-- Test dependencies -->
<!-- Test dependencies -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-values</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions community/kernel/pom.xml
Expand Up @@ -204,6 +204,10 @@ the relevant Commercial Agreement.
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion community/primitive-collections/pom.xml
Expand Up @@ -64,8 +64,12 @@ the relevant Commercial Agreement.
<artifactId>neo4j-resource</artifactId>
<version>${project.version}</version>
</dependency>

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

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -1166,6 +1166,11 @@
</dependency>

<!-- other -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down

0 comments on commit 01539a7

Please sign in to comment.