diff options
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 8a1f7ac1b..85d57b9fd 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -387,6 +387,11 @@ <artifactId>restconf-executor</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> + <artifactId>cli-executor</artifactId> + <version>${project.version}</version> + </dependency> <!-- Controller Blueprints Application Dependency --> <dependency> |