diff --git a/pom.xml b/pom.xml
index 1cebdde9..0053ca8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,24 +96,6 @@
pom
import
-
- cglib
- cglib-nodep
- 3.1
- test
-
-
- org.objenesis
- objenesis
- 2.1
- test
-
-
- org.hamcrest
- hamcrest-core
- 1.3
- test
-
com.jayway.awaitility
awaitility
@@ -169,7 +151,7 @@
spring-snapshots
Spring Snapshots
- https://repo.spring.io/libs-snapshot-local
+ https://repo.spring.io/snapshot
true
@@ -198,7 +180,7 @@
spring-snapshots
Spring Snapshots
- https://repo.spring.io/libs-snapshot-local
+ https://repo.spring.io/snapshot
true
diff --git a/spring-cloud-zookeeper-core/pom.xml b/spring-cloud-zookeeper-core/pom.xml
index 7ddfdc77..c1689265 100644
--- a/spring-cloud-zookeeper-core/pom.xml
+++ b/spring-cloud-zookeeper-core/pom.xml
@@ -75,37 +75,9 @@
spring-boot-starter-test
test
-
- org.spockframework
- spock-core
- 1.0-groovy-2.4
- test
-
-
- org.spockframework
- spock-spring
- 1.0-groovy-2.4
- test
-
-
- cglib
- cglib-nodep
- test
-
-
- org.objenesis
- objenesis
- test
-
-
- org.hamcrest
- hamcrest-core
- test
-
-
- org.codehaus.groovy
- groovy
+ org.junit.vintage
+ junit-vintage-engine
test
diff --git a/spring-cloud-zookeeper-discovery/pom.xml b/spring-cloud-zookeeper-discovery/pom.xml
index 17b6677c..950dbe6c 100644
--- a/spring-cloud-zookeeper-discovery/pom.xml
+++ b/spring-cloud-zookeeper-discovery/pom.xml
@@ -123,21 +123,6 @@
curator-test
test
-
- cglib
- cglib-nodep
- test
-
-
- org.objenesis
- objenesis
- test
-
-
- org.hamcrest
- hamcrest-core
- test
-
com.github.tomakehurst
wiremock