Merge "Patch #2 : Introduce kafka template for cloud events"
authorToine Siebelink <toine.siebelink@est.tech>
Thu, 15 Jun 2023 16:44:02 +0000 (16:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Jun 2023 16:44:02 +0000 (16:44 +0000)
1  2 
cps-dependencies/pom.xml
cps-ncmp-service/pom.xml

diff --combined cps-dependencies/pom.xml
@@@ -27,7 -27,7 +27,7 @@@
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.onap.cps</groupId>
      <artifactId>cps-dependencies</artifactId>
 -    <version>3.3.2-SNAPSHOT</version>
 +    <version>3.3.3-SNAPSHOT</version>
      <packaging>pom</packaging>
  
      <name>${project.groupId}:${project.artifactId}</name>
                  <artifactId>cglib-nodep</artifactId>
                  <version>3.1</version>
              </dependency>
+             <dependency>
+                 <groupId>io.cloudevents</groupId>
+                 <artifactId>cloudevents-bom</artifactId>
+                 <version>2.5.0</version>
+                 <type>pom</type>
+                 <scope>import</scope>
+             </dependency>
              <dependency>
                  <groupId>org.apache.commons</groupId>
                  <artifactId>commons-lang3</artifactId>
diff --combined cps-ncmp-service/pom.xml
@@@ -27,7 -27,7 +27,7 @@@
      <parent>
          <groupId>org.onap.cps</groupId>
          <artifactId>cps-parent</artifactId>
 -        <version>3.3.2-SNAPSHOT</version>
 +        <version>3.3.3-SNAPSHOT</version>
          <relativePath>../cps-parent/pom.xml</relativePath>
      </parent>
  
              <groupId>org.apache.commons</groupId>
              <artifactId>commons-lang3</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>
@@@ -54,8 -66,8 +66,8 @@@
              <artifactId>cps-path-parser</artifactId>
          </dependency>
          <dependency>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-web</artifactId>
+             <groupId>com.hazelcast</groupId>
+             <artifactId>hazelcast-spring</artifactId>
          </dependency>
          <dependency>
              <groupId>org.mapstruct</groupId>
@@@ -66,8 -78,8 +78,8 @@@
              <artifactId>mapstruct-processor</artifactId>
          </dependency>
          <dependency>
-             <groupId>com.hazelcast</groupId>
-             <artifactId>hazelcast-spring</artifactId>
+             <groupId>org.springframework</groupId>
+             <artifactId>spring-web</artifactId>
          </dependency>
          <!-- T E S T - D E P E N D E N C I E S -->
          <dependency>