Skip to content

Commit

Permalink
change dep of neo4j-spatial
Browse files Browse the repository at this point in the history
  • Loading branch information
abrami committed Dec 13, 2020
1 parent 3ed6aa6 commit dd1b992
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,16 @@
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-spatial</artifactId>
<version>0.24-neo4j-3.1.1</version>
<type>jar</type>
<groupId>com.github.neo4j-contrib</groupId>
<artifactId>spatial</artifactId>
<version>0.26.1-neo4j-3.5.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.neo4j</groupId>-->
<!-- <artifactId>neo4j-spatial</artifactId>-->
<!-- <version>0.24-neo4j-3.1.1</version>-->
<!-- <type>jar</type>-->
<!-- </dependency>-->
<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient-for-json</artifactId>
Expand Down

0 comments on commit dd1b992

Please sign in to comment.