Update dependencies 11/137511/1
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 14 Mar 2024 13:03:12 +0000 (13:03 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 14 Mar 2024 17:34:31 +0000 (17:34 +0000)
- add dependencies that used to be brought by oparent
- fix any related code to these dependencies
- add examples module missing from examples pom.xml

Issue-ID: POLICY-4945
Change-Id: Iddd49835305b57e7a5e669fc8cde35281bbbdbe6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
.gitignore
examples/examples-decisionmaker-sharedcontext/pom.xml
examples/pom.xml
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/pom.xml
testsuites/integration/integration-uservice-test/pom.xml

index 0ed1e18..881791d 100644 (file)
@@ -14,3 +14,4 @@ derby.log
 *.ipr
 *.iws
 .idea
+**/*.log
index acbfeff..f66be2e 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.apex-pdp.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>examples-decisionmaker-sharedcontext</artifactId>
index 8faa160..91ecfbc 100644 (file)
@@ -39,6 +39,7 @@
         <module>examples-acm</module>
         <module>examples-adaptive</module>
         <module>examples-decisionmaker</module>
+        <module>examples-decisionmaker-sharedcontext</module>
         <module>examples-periodic</module>
         <module>examples-onap-vcpe</module>
         <module>examples-onap-bbs</module>
index 50f0c8b..1144600 100644 (file)
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.13.5</version> <!-- version different from parent specifically for kafka_2.13 compatibility-->
         </dependency>
     </dependencies>