Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Oct 14, 2016
1 parent cd70ceb commit 4f77328
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manual/metrics-docs/pom.xml
Expand Up @@ -76,6 +76,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-core-edge</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-bolt</artifactId>
Expand Down

0 comments on commit 4f77328

Please sign in to comment.