aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-28 19:15:36 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-28 19:15:36 +0000
commita0cd90bb6b219db81a680242c3c3b372a1f727f3 (patch)
tree80a056785e0a63a5e8dd658b62b4833cf4d76310 /ms/controllerblueprints/modules/service
parent263590df9d30640c02346ce913229fea8d8a2b6d (diff)
parentd4332bfb76672ced58c0836b868ec1376ba89146 (diff)
Merge "blueprint scripting module"
Diffstat (limited to 'ms/controllerblueprints/modules/service')
-rw-r--r--ms/controllerblueprints/modules/service/pom.xml6
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>