diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-28 19:15:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-28 19:15:36 +0000 |
commit | a0cd90bb6b219db81a680242c3c3b372a1f727f3 (patch) | |
tree | 80a056785e0a63a5e8dd658b62b4833cf4d76310 /ms/controllerblueprints/modules/service/pom.xml | |
parent | 263590df9d30640c02346ce913229fea8d8a2b6d (diff) | |
parent | d4332bfb76672ced58c0836b868ec1376ba89146 (diff) |
Merge "blueprint scripting module"
Diffstat (limited to 'ms/controllerblueprints/modules/service/pom.xml')
-rw-r--r-- | ms/controllerblueprints/modules/service/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml index 9868b17b..73fe0739 100644 --- a/ms/controllerblueprints/modules/service/pom.xml +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> - <artifactId>core</artifactId> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>db-resources</artifactId> </dependency> <dependency> @@ -44,7 +40,7 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> - <artifactId>resource-dict</artifactId> + <artifactId>blueprint-scripts</artifactId> </dependency> <dependency> <groupId>org.apache.velocity</groupId> |