Make sure spring-cloud-contract-wiremock is test scoped 95/141095/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 4 Jun 2025 10:54:33 +0000 (12:54 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 4 Jun 2025 10:54:33 +0000 (12:54 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
so-cnf-adapter-application/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml

index 72158d7..d93eac8 100755 (executable)
     <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-contract-wiremock</artifactId>
-      <version>1.2.4.RELEASE</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.onap.so</groupId>
index 87550fd..797d62f 100644 (file)
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-contract-wiremock</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>