aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-06-04 09:50:30 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-06-04 14:45:47 -0400
commit69bf77ecbd1e4b4937fcefe9931dc3ec2f6c68ae (patch)
treef6e666c4257a99a4806bcc40ea2434bab9fdbd0c
parent2d3f3875f2b218a10fd9eb8d6aa7125334e70bfe (diff)
Fix drools-apps build
Issue-ID: POLICY-3338 Change-Id: Iab7f8347bfe796017ea2980d72b73d2752ad5b1e Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit 3d1fa50ff534b29644f536cec886ac6ece9623c4) Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--controlloop/common/eventmanager/pom.xml4
-rw-r--r--pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml
index 9931e2eff..1af9395b2 100644
--- a/controlloop/common/eventmanager/pom.xml
+++ b/controlloop/common/eventmanager/pom.xml
@@ -150,8 +150,8 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.cds.components</groupId>
- <artifactId>proto-definition</artifactId>
+ <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
+ <artifactId>blueprint-proto</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
diff --git a/pom.xml b/pom.xml
index e0a639320..07e4bd4a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -46,7 +46,7 @@
<!-- Project common dependency versions -->
<version.policy.common>1.8.0</version.policy.common>
- <policy.models.version>2.4.2</policy.models.version>
+ <policy.models.version>2.4.3-SNAPSHOT</policy.models.version>
<version.policy.drools-pdp>1.8.3-SNAPSHOT</version.policy.drools-pdp>
</properties>