From: Fiete Ostkamp Date: Wed, 4 Jun 2025 10:54:33 +0000 (+0200) Subject: Make sure spring-cloud-contract-wiremock is test scoped X-Git-Tag: 1.12.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=878a6b21d7a3969b6f73e821963b5cd5c805176d;p=so%2Fadapters%2Fso-cnf-adapter.git Make sure spring-cloud-contract-wiremock is test scoped - explicitly set wiremock dependency scope to test - it already is test scoped due to the dependency management of the parent pom, but it's better to have it set here too Issue-ID: SO-4160 Change-Id: Iccf70bc5b3fd219c975926f984edba44dad119a7 Signed-off-by: Fiete Ostkamp --- diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index 72158d7..d93eac8 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -154,7 +154,7 @@ org.springframework.cloud spring-cloud-contract-wiremock - 1.2.4.RELEASE + test org.onap.so diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml index 87550fd..797d62f 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml @@ -104,6 +104,7 @@ org.springframework.cloud spring-cloud-contract-wiremock + test org.springframework.boot