From 878a6b21d7a3969b6f73e821963b5cd5c805176d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 4 Jun 2025 12:54:33 +0200 Subject: [PATCH] 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 --- so-cnf-adapter-application/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6