Skip to content

Commit

Permalink
Add neo4j Java Driver as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshyAAAgrawal committed Feb 17, 2021
1 parent 046054a commit 7a09a15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<type>pom</type>
<version>3.17.0</version>
</dependency>

<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>4.2.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7a09a15

Please sign in to comment.