diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-16 14:25:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 14:25:10 +0000 |
commit | bfe3e8331c2d30a12ef7d0ea2e2edda5832f85ad (patch) | |
tree | 2d48db7e3900494029c073b5eb6ba6ff8ecd78d7 /ms/blueprintsprocessor/modules/inbounds | |
parent | e0730ecac286c3d5b55b9a09d33be7674e6d317a (diff) | |
parent | 7003208140fb18782052cb23dfc5e8373b40a12f (diff) |
Merge "Fix proto cyclic dependency."
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 7c53e1c04..b5cac581a 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -33,10 +33,9 @@ <dependencies> <dependency> - <groupId>org.onap.ccsdk.cds.components</groupId> - <artifactId>proto-definition</artifactId> + <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> + <artifactId>blueprint-proto</artifactId> </dependency> - <dependency> <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>blueprint-core</artifactId> |