diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-05-02 08:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-05-02 08:58:44 +0000 |
commit | fa5eab66ca5dce1d202e7d58b203d527fd13213b (patch) | |
tree | b6af4b977bbe21bbd3e6eecb8b2e3ed274675055 /cps-service/pom.xml | |
parent | 26a03f8ad2ad402c6c445fb28d8f67699f6d89c2 (diff) | |
parent | eb3a808eaad99ccccacd1b852034ec3bf02ed061 (diff) |
Merge "Add Notification support in cps core"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index cd7e209e8c..647b2e4e16 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -37,6 +37,10 @@ <dependencies> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-messaging</artifactId> </dependency> @@ -75,6 +79,18 @@ <artifactId>micrometer-core</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>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> </dependency> |