diff options
author | ottero <rodrigo.ottero@est.tech> | 2019-03-11 14:03:09 +0000 |
---|---|---|
committer | ottero <rodrigo.ottero@est.tech> | 2019-03-11 14:03:09 +0000 |
commit | 9d3345662e1563c08cd1034e9dcf37b312a58e9e (patch) | |
tree | fb0da0932ff0aee6d6e247575f86dc45d6451db9 /ms/blueprintsprocessor/application/pom.xml | |
parent | 349d286d41a60d88827b9e312c21ce56bf1d37cb (diff) |
Blueprint for configuring a PNF
This is the first version of a blueprint, intended to be used to
configure PNFs.
The design considers that a blueprint will be created for each possible
PNF.
Change-Id: I4994149441257eb417b6d5f611e12cd81595177f
Issue-ID: CCSDK-1107
Signed-off-by: ottero <rodrigo.ottero@est.tech>
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> |