aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-25 19:15:01 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-25 19:15:01 +0000
commite5c31f5b7481186b4d1920847bfc3c11e222f6e9 (patch)
tree4370153588ceb9e10ffdf650b7cf96741c2be922 /ms/blueprintsprocessor
parent82b42b81b6259faff51233a1db7749cc2d156954 (diff)
parentd14fd592ce0995d815b7dd4647f8ed7f2b82a4f5 (diff)
Merge "Fix wrong groupId"
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-xms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
index a15632b7..818adf9d 100755
--- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
@@ -32,7 +32,7 @@
<dependencies>
<dependency>
- <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
+ <groupId>org.onap.ccsdk.apps.components</groupId>
<artifactId>proto-definition</artifactId>
<version>${project.version}</version>
</dependency>