From: danielhanrahan Date: Sun, 18 Aug 2024 00:28:39 +0000 (+0100) Subject: Remove unused and duplicate dependencies in poms X-Git-Tag: 3.5.3~42^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=43a5d4be448ceacf5a395c98cbbb06b52aa853ef;p=cps.git Remove unused and duplicate dependencies in poms - remove duplicate dependencies from cps-service pom - remove unused spring security dependency from cps-application pom Issue-ID: CPS-2390 Signed-off-by: danielhanrahan Change-Id: Id49705e8790df7d7e98d80fa0ccb639eb4f1995f --- diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 4ff3111f73..19710be80b 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -83,11 +83,6 @@ - - org.springframework.security - spring-security-test - test - org.codehaus.groovy groovy @@ -111,6 +106,7 @@ com.tngtech.archunit archunit-junit5 + test org.springframework.boot diff --git a/cps-service/pom.xml b/cps-service/pom.xml index f04b4e81c8..37a45957f3 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -144,18 +144,6 @@ org.slf4j slf4j-api - - io.cloudevents - cloudevents-json-jackson - - - io.cloudevents - cloudevents-kafka - - - io.cloudevents - cloudevents-spring - org.codehaus.groovy