diff options
author | Dan Timoney <dt5972@att.com> | 2018-06-25 11:50:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-25 11:50:14 +0000 |
commit | 75352fad2c5d2165bb67a34ecd61117af3214306 (patch) | |
tree | 40d20b47f1641f48d9ebb5e66d6df5b63ad41342 /properties-node/provider/pom.xml | |
parent | 329ddc02f970a666e2a18dea1631ad6fbbe4e60d (diff) | |
parent | b942c2091cacfe09e503e445c7a15b77080ab357 (diff) |
Merge "CCSDK PropNode can read JSON and put to ctx"
Diffstat (limited to 'properties-node/provider/pom.xml')
-rwxr-xr-x | properties-node/provider/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 9dcdb9b6..b3a1cf53 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -27,6 +27,11 @@ <scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
</dependency>
@@ -38,6 +43,10 @@ <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
|