diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-28 23:50:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-28 23:50:13 +0000 |
commit | 6d13fd78ac0d207c20f5f203373d778caf8ee11b (patch) | |
tree | 48f346e24f69587962dff672f3dc94ab6e53bdbc /ms/blueprintsprocessor/parent | |
parent | d6946b8a803896ea9797db961e7b97d2f6470e8e (diff) | |
parent | 5ad9dd16620cd734a6cc35bf937d33f159c25e41 (diff) |
Merge "Add extension validation framework"
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 ab418f479..51eae8b40 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -339,6 +339,11 @@ <artifactId>blueprint-scripts</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> + <artifactId>blueprint-validation</artifactId> + <version>${project.version}</version> + </dependency> <!-- Database --> <dependency> |