Add restconf-executor dependency to test-blueprint-kotlin-parent 96/113396/1
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 30 Sep 2020 17:47:58 +0000 (13:47 -0400)
committerJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 30 Sep 2020 17:49:48 +0000 (13:49 -0400)
Issue-ID: CCSDK-2862
Change-Id: I9b13ba3633b5901cede831cf5a8a394e7c669c81
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml

index b3fa51d..40cf157 100644 (file)
             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
             <artifactId>netconf-executor</artifactId>
         </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>