diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2020-09-30 13:47:58 -0400 |
---|---|---|
committer | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2020-09-30 13:49:48 -0400 |
commit | 0c7caeb96cd78c5e74e98c5c4077cade04d0d6ff (patch) | |
tree | 078c493335ef7fc4a921b53e5cd2a2330578bc41 /components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml | |
parent | 30d59d2339aed659540c7af63e0de7644df2c3e6 (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>
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml')
-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 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> |