diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-11 17:33:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-11 17:33:35 +0000 |
commit | 9a3f830573454adf62b363e49b2331b9c65fcc49 (patch) | |
tree | 175f3d5f9ccc6ffcb442a815cd9e777e78745a4b /ms/blueprintsprocessor/application/pom.xml | |
parent | 6f6a3c057d2d0e1b5fba8801a0789c31c2702f21 (diff) | |
parent | 9d3345662e1563c08cd1034e9dcf37b312a58e9e (diff) |
Merge "Blueprint for configuring a PNF"
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 f42cdfade..c96bd0864 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -60,6 +60,10 @@ <artifactId>netconf-executor</artifactId> </dependency> <dependency> + <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> + <artifactId>restconf-executor</artifactId> + </dependency> + <dependency> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>selfservice-api</artifactId> </dependency> |