diff options
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>
|