Skip to content

Commit

Permalink
adjusting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneubauer committed Feb 6, 2013
1 parent 2401ada commit a3d45ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-collections</artifactId>
<version>${neo4j.graphcollections.version}</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
Expand Down Expand Up @@ -255,6 +261,12 @@
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>jgridshift</groupId>
<artifactId>jgridshift</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down

0 comments on commit a3d45ef

Please sign in to comment.