Skip to content

Commit

Permalink
Cleanup dependencies around graph-matching library
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Jan 23, 2017
1 parent 1978c47 commit bed5c07
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions community/cypher/acceptance-spec-suite/pom.xml
Expand Up @@ -173,10 +173,6 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-algo</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions community/cypher/cypher/pom.xml
Expand Up @@ -200,10 +200,6 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-algo</artifactId>
Expand Down Expand Up @@ -231,10 +227,6 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-algo</artifactId>
Expand Down Expand Up @@ -274,10 +266,6 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lucene-index</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
</exclusion>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-algo</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion community/cypher/pom.xml
Expand Up @@ -264,10 +264,11 @@
<artifactId>neo4j-lucene-index</artifactId>
<version>${project.version}</version>
</dependency>
<!-- graph matching is used in old cypher compilers 3.1 and 2.3 we can use the old component -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>${project.version}</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
Expand Down
5 changes: 0 additions & 5 deletions community/neo4j/pom.xml
Expand Up @@ -53,11 +53,6 @@
<artifactId>neo4j-udc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher</artifactId>
Expand Down

0 comments on commit bed5c07

Please sign in to comment.