Skip to content

Commit

Permalink
OGM-366 Add RestEasy dependencies to Neo4j
Browse files Browse the repository at this point in the history
  We need them to connect to the remote server
  • Loading branch information
DavideD authored and gsmet committed Jun 9, 2016
1 parent 8be6ec0 commit 7536ba8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions neo4j/pom.xml
Expand Up @@ -72,6 +72,32 @@
<artifactId>neo4j</artifactId>
</dependency>

<!-- RESTEasy and Jackson -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-java</artifactId>
Expand Down

0 comments on commit 7536ba8

Please sign in to comment.