aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-09-30 21:07:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 21:07:54 +0000
commitbcdcf0190ac6d7b32b7d332b430b9f104274b842 (patch)
tree1efdc8a93b9d2456c8e361906f93cd68b26c76e0 /components/model-catalog/blueprint-model
parent919a7aa6ecbb06a4d04afba280202bdedef0eb52 (diff)
parent0c7caeb96cd78c5e74e98c5c4077cade04d0d6ff (diff)
Merge "Add restconf-executor dependency to test-blueprint-kotlin-parent"
Diffstat (limited to 'components/model-catalog/blueprint-model')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
index b3fa51dca..40cf15798 100644
--- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
+++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
@@ -44,6 +44,10 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
+ <artifactId>restconf-executor</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
<artifactId>cli-executor</artifactId>
</dependency>
<dependency>