Skip to content

Commit

Permalink
Issue bigdawg-istc#14 - remove broken maven dependency and old unused…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
mmucklo committed Apr 20, 2020
1 parent 1d48835 commit 08a0722
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
28 changes: 0 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,34 +150,6 @@
<version>2.4.1</version>
</dependency>


<!-- For Neo4J graph database -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc</artifactId>
<version>2.3.2</version>
</dependency>

<!-- For file and in-memory support, add these two as well -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
<version>2.3.2</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-io</artifactId>
<version>2.3.2</version>
<type>test-jar</type>
</dependency>


<!-- JeroMQ Pure Java implementation of libzmq (https://github.com/zeromq/jeromq) -->
<dependency>
<groupId>org.zeromq</groupId>
Expand Down
71 changes: 0 additions & 71 deletions src/test/java/istc/bigdawg/plan/Neo4jParserTest.java

This file was deleted.

0 comments on commit 08a0722

Please sign in to comment.