diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-01-23 15:48:07 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-01-25 16:02:25 +0000 |
commit | 33f7b3ef7b4f32ed33abd0890c71b48de2a17625 (patch) | |
tree | 853793452dd986024ac45dc428ce590b924e2c7d /cps-ncmp-service/pom.xml | |
parent | 52a7c2b2685ad63154e347782f0ff5c16f87ef53 (diff) |
CloudEvents support for cps-core
- Moving cloud events dependencies to the cps-service module instead of
cps-ncmp-service
- Testware has moved and new tests also introduced
- EventsPublisher also moved
Issue-ID: CPS-2040
Change-Id: Ibafb15e7e9efbdbe1e00e2b4f0da820bbcead004
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index f12d5b0ce3..93c60fa532 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -46,18 +46,6 @@ <artifactId>httpclient5</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> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>cps-service</artifactId> </dependency> |