diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-16 15:52:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-16 15:52:41 +0000 |
commit | be2381eeaa338a027d094c85b7a4bf47a04f641d (patch) | |
tree | 270cc66cad15fdcda31da3811d925592f046db5c /ms/blueprintsprocessor/application/pom.xml | |
parent | 92086d153067e2337c708a1efd4cacb2e1c30564 (diff) | |
parent | ff445e6d950048c092c0a7ccd8a0a04cb18869b5 (diff) |
Merge "Fixed validation of resource-assignment-params.config-assign"
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 314b09c42..120b948be 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -132,6 +132,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>com.schibsted.spt.data</groupId> + <artifactId>jslt</artifactId> + <version>0.1.8</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> |