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-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-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 9c2ee86912..e661f3421a 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -128,6 +128,18 @@ <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.springframework</groupId> |