summaryrefslogtreecommitdiffstats
path: root/swift-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'swift-model/pom.xml')
-rw-r--r--swift-model/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/swift-model/pom.xml b/swift-model/pom.xml
index dda692e..18464df 100644
--- a/swift-model/pom.xml
+++ b/swift-model/pom.xml
@@ -9,4 +9,16 @@
<artifactId>swift-model</artifactId>
<name>OpenStack Swift Model</name>
<description>OpenStack Swift Model</description>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>