diff --git a/samples/standalone/dsl/http-client/pom.xml b/samples/standalone/dsl/http-client/pom.xml index 3ed6d59405..0c30236351 100644 --- a/samples/standalone/dsl/http-client/pom.xml +++ b/samples/standalone/dsl/http-client/pom.xml @@ -73,8 +73,8 @@ org.springframework.cloud - spring-cloud-dependencies - ${spring-cloud-release-train.version} + spring-cloud-contract-dependencies + ${spring-cloud-contract.version} pom import diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml index 69ee8634c1..664adb8b20 100644 --- a/samples/standalone/dsl/http-server/pom.xml +++ b/samples/standalone/dsl/http-server/pom.xml @@ -22,7 +22,6 @@ UTF-8 17 4.0.0-SNAPSHOT - 2022.0.0-SNAPSHOT true @@ -74,8 +73,8 @@ org.springframework.cloud - spring-cloud-dependencies - ${spring-cloud-release.version} + spring-cloud-contract-dependencies + ${spring-cloud-contract.version} pom import