aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-28 23:50:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-28 23:50:13 +0000
commit6d13fd78ac0d207c20f5f203373d778caf8ee11b (patch)
tree48f346e24f69587962dff672f3dc94ab6e53bdbc /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
parentd6946b8a803896ea9797db961e7b97d2f6470e8e (diff)
parent5ad9dd16620cd734a6cc35bf937d33f159c25e41 (diff)
Merge "Add extension validation framework"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
index 4a3053587..c05b84ad9 100755
--- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
@@ -39,10 +39,13 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
- <version>${project.version}</version>
<artifactId>blueprint-core</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
+ <artifactId>blueprint-validation</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
</dependency>