Skip to content

Commit

Permalink
Add dependency on neo4j-deferred-locks to enterprise-build
Browse files Browse the repository at this point in the history
This is an attempt to make build not package this dependency in the
distribution but upload it to maven during the release.
  • Loading branch information
lutovich committed Aug 1, 2016
1 parent 5b998b8 commit 5a8bb95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions enterprise/pom.xml
Expand Up @@ -112,6 +112,11 @@ terms of the relevant Commercial Agreement.
<artifactId>neo4j-server-enterprise</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-deferred-locks</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down

0 comments on commit 5a8bb95

Please sign in to comment.