diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-30 18:32:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-30 18:32:14 +0000 |
commit | 32d132a78288521798d302cafbd9a7eac9121cae (patch) | |
tree | 838588d4a6cb8441cc9e20c92b93ddc2ab5ac059 /ms/blueprintsprocessor/application/pom.xml | |
parent | b86fe0e27bc66ecae386007c1d751f82cbf920cd (diff) | |
parent | a3d9ac859fa47f2aa2849160e08c7a3c1048589e (diff) |
Merge "Remote AWX ansible playbook executor"
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 490487687..06726ad11 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -51,6 +51,10 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> + <artifactId>ansible-awx-executor</artifactId> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> <artifactId>netconf-executor</artifactId> </dependency> <dependency> |