diff --git a/pom.xml b/pom.xml
index 7257f4ddf5..b23fee0e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
4.1.2
5.4.2.201908231537-r
1
+ 4.1.1
1.3.2
5.5.1
@@ -454,6 +455,68 @@
kotlin-compiler-embeddable
${contract.kotlin.version}
+
+
+
+
+ io.rest-assured
+ rest-assured
+ ${rest-assured.version}
+
+
+ org.codehaus.groovy
+ groovy
+
+
+ org.codehaus.groovy
+ groovy-xml
+
+
+
+
+ io.rest-assured
+ json-path
+ ${rest-assured.version}
+
+
+ io.rest-assured
+ xml-path
+ ${rest-assured.version}
+
+
+ io.rest-assured
+ spring-mock-mvc
+ ${rest-assured.version}
+
+
+ spring-web
+ org.springframework
+
+
+ spring-webmvc
+ org.springframework
+
+
+ spring-test
+ org.springframework
+
+
+
+
+ io.rest-assured
+ spring-web-test-client
+ ${rest-assured.version}
+
+
+ spring-context
+ org.springframework
+
+
+ spring-webflux
+ org.springframework
+
+
+
diff --git a/spring-cloud-contract-dependencies/pom.xml b/spring-cloud-contract-dependencies/pom.xml
index 61a2d91522..e768986823 100644
--- a/spring-cloud-contract-dependencies/pom.xml
+++ b/spring-cloud-contract-dependencies/pom.xml
@@ -17,7 +17,6 @@
2.25.1
0.4.13
- 4.1.1
@@ -111,65 +110,6 @@
jsonassert
${jsonassert.version}
-
- io.rest-assured
- rest-assured
- ${rest-assured.version}
-
-
- org.codehaus.groovy
- groovy
-
-
- org.codehaus.groovy
- groovy-xml
-
-
-
-
- io.rest-assured
- json-path
- ${rest-assured.version}
-
-
- io.rest-assured
- xml-path
- ${rest-assured.version}
-
-
- io.rest-assured
- spring-mock-mvc
- ${rest-assured.version}
-
-
- spring-web
- org.springframework
-
-
- spring-webmvc
- org.springframework
-
-
- spring-test
- org.springframework
-
-
-
-
- io.rest-assured
- spring-web-test-client
- ${rest-assured.version}
-
-
- spring-context
- org.springframework
-
-
- spring-webflux
- org.springframework
-
-
-