diff --git a/spring-cloud-kubernetes-integration-tests/simple-configmap/pom.xml b/spring-cloud-kubernetes-integration-tests/simple-configmap/pom.xml index e33e829b..1da16573 100644 --- a/spring-cloud-kubernetes-integration-tests/simple-configmap/pom.xml +++ b/spring-cloud-kubernetes-integration-tests/simple-configmap/pom.xml @@ -48,6 +48,16 @@ + + com.squareup.okhttp3 + okhttp + 3.12.12 + + + com.squareup.okhttp3 + logging-interceptor + 3.12.12 + org.jboss.arquillian.junit arquillian-junit-standalone @@ -58,18 +68,7 @@ rest-assured test - - com.squareup.okhttp3 - okhttp - 3.12.12 - test - - - com.squareup.okhttp3 - logging-interceptor - 3.12.12 - test - + diff --git a/spring-cloud-kubernetes-integration-tests/simple-core/pom.xml b/spring-cloud-kubernetes-integration-tests/simple-core/pom.xml index 3cfd590c..b7a4d8ab 100644 --- a/spring-cloud-kubernetes-integration-tests/simple-core/pom.xml +++ b/spring-cloud-kubernetes-integration-tests/simple-core/pom.xml @@ -31,6 +31,16 @@ org.springframework.cloud spring-cloud-kubernetes-core + + com.squareup.okhttp3 + okhttp + 3.12.12 + + + com.squareup.okhttp3 + logging-interceptor + 3.12.12 + org.springframework.boot spring-boot-starter-test @@ -48,18 +58,6 @@ - - com.squareup.okhttp3 - okhttp - 3.12.12 - test - - - com.squareup.okhttp3 - logging-interceptor - 3.12.12 - test - org.jboss.arquillian.junit arquillian-junit-standalone