diff options
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> |