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/services | |
parent | e0730ecac286c3d5b55b9a09d33be7674e6d317a (diff) | |
parent | 7003208140fb18782052cb23dfc5e8373b40a12f (diff) |
Merge "Fix proto cyclic dependency."
Diffstat (limited to 'ms/blueprintsprocessor/modules/services')
-rw-r--r-- | ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 4acc22433..784906b4e 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -57,10 +57,6 @@ <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>resource-dict</artifactId> </dependency> - <dependency> - <groupId>org.onap.ccsdk.cds.components</groupId> - <artifactId>proto-definition</artifactId> - </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> |