diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2020-09-30 13:47:58 -0400 |
---|---|---|
committer | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2020-10-06 18:21:33 +0000 |
commit | 42adc7c036d2cf52b5329526062f6a09110657c5 (patch) | |
tree | 971d14a80c6764067deec1c7038241ac2c916d9a /components/model-catalog | |
parent | 87bf343b8b810ed790b92eb915331a69b9d6cc77 (diff) |
Add restconf-executor dependency to test-blueprint-kotlin-parent
Issue-ID: CCSDK-2862
Change-Id: I9b13ba3633b5901cede831cf5a8a394e7c669c81
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
(cherry picked from commit 0c7caeb96cd78c5e74e98c5c4077cade04d0d6ff)
Diffstat (limited to 'components/model-catalog')
-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> |