This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 7311d47 Removing version override for curator-test
7311d47 is described below
commit 7311d478a8898e2dc451b0f0c41582db29c142dc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jun 22 14:17:18 2020 +0200
Removing version override for curator-test
---
common/keymaster/client-zookeeper/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/common/keymaster/client-zookeeper/pom.xml
b/common/keymaster/client-zookeeper/pom.xml
index b41006d..e01f91c 100644
--- a/common/keymaster/client-zookeeper/pom.xml
+++ b/common/keymaster/client-zookeeper/pom.xml
@@ -70,7 +70,6 @@ under the License.
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
- <version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>