diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-11 22:07:33 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2019-09-12 10:19:05 -0400 |
commit | 7003208140fb18782052cb23dfc5e8373b40a12f (patch) | |
tree | 09abba3bc537c70d7e2517a4663d9ff64dda7726 /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | |
parent | 338cc251c24e9ae8a0d098098d94a9c2af2a1a07 (diff) |
Fix proto cyclic dependency.
Change-Id: I84e0ba25b78e8212eff6b4c91fca2d4457dbf7eb
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-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> |