Skip to content

Commit

Permalink
Remove duplicate test dependency on cypher frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
fickludd committed Oct 5, 2017
1 parent 8edbd0f commit 5c227a1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions community/cypher/cypher-logical-plans-3.4/pom.xml
Expand Up @@ -126,16 +126,5 @@
<artifactId>commons-lang3</artifactId>
</dependency>

<!-- test dependencies -->

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-frontend-3.4</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>


</dependencies>
</project>

0 comments on commit 5c227a1

Please sign in to comment.