diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-25 19:15:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-25 19:15:01 +0000 |
commit | 8c3d0d23ca1cbe2a2e5eba72b4adf729bb5ebaf8 (patch) | |
tree | ba006b8da67e88e2ea895a5f86e5add329abb166 /ms | |
parent | 11a62a8ef3933e937484933bcfc94097dda2d272 (diff) | |
parent | 890002174644c0a471a2eafb3e5c4e4b179f0cb5 (diff) |
Merge "Fix wrong groupId"
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 |
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 a15632b7a..818adf9d1 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> |