From 5a8bb95f1ba6c8cbcda1bbb90ca3b0b3a4aeb040 Mon Sep 17 00:00:00 2001 From: lutovich Date: Mon, 1 Aug 2016 18:41:29 +0200 Subject: [PATCH] Add dependency on neo4j-deferred-locks to enterprise-build This is an attempt to make build not package this dependency in the distribution but upload it to maven during the release. --- enterprise/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 034edfb2975e0..cf2b04f09896f 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -112,6 +112,11 @@ terms of the relevant Commercial Agreement. neo4j-server-enterprise ${project.version} + + org.neo4j + neo4j-deferred-locks + ${project.version} +