diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-04 09:50:30 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-04 14:45:47 -0400 |
commit | 69bf77ecbd1e4b4937fcefe9931dc3ec2f6c68ae (patch) | |
tree | f6e666c4257a99a4806bcc40ea2434bab9fdbd0c /controlloop/common | |
parent | 2d3f3875f2b218a10fd9eb8d6aa7125334e70bfe (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>
Diffstat (limited to 'controlloop/common')
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |