diff options
author | 2024-09-03 09:43:14 +0000 | |
---|---|---|
committer | 2024-09-03 09:43:14 +0000 | |
commit | 582da21cb7c66b5b5f877dde4fac3de58d3cb1cb (patch) | |
tree | 0936deacf03e42cf7c5a476698ea854e89d772ac /cps-service/pom.xml | |
parent | 115d80932460ed529c8c32c439218c63aceb9b45 (diff) | |
parent | 43a5d4be448ceacf5a395c98cbbb06b52aa853ef (diff) |
Merge "Remove unused and duplicate dependencies in poms"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>io.cloudevents</groupId> - <artifactId>cloudevents-json-jackson</artifactId> - </dependency> - <dependency> - <groupId>io.cloudevents</groupId> - <artifactId>cloudevents-kafka</artifactId> - </dependency> - <dependency> - <groupId>io.cloudevents</groupId> - <artifactId>cloudevents-spring</artifactId> - </dependency> <!-- T E S T D E P E N D E N C I E S --> <dependency> <groupId>org.codehaus.groovy</groupId> |