From 43a5d4be448ceacf5a395c98cbbb06b52aa853ef Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Sun, 18 Aug 2024 01:28:39 +0100 Subject: [PATCH] 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 --- cps-application/pom.xml | 6 +----- cps-service/pom.xml | 12 ------------ 2 files changed, 1 insertion(+), 17 deletions(-) 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 -- 2.16.6