diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-09 13:24:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-09 13:24:33 +0000 |
commit | 0ba2e434bf59ac655a87ce89e79b7f9a159dd004 (patch) | |
tree | 3257c44116784f089c0d78cc6e1bf356b8f527f2 /components | |
parent | efc8419c7a5107acebc92318b183bc5101e3df33 (diff) | |
parent | 42adc7c036d2cf52b5329526062f6a09110657c5 (diff) |
Merge "Add restconf-executor dependency to test-blueprint-kotlin-parent" into guilin
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml | 4 |
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 a72a3d4de..77eea1694 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> |