summaryrefslogtreecommitdiffstats
path: root/quantum-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'quantum-model/pom.xml')
-rw-r--r--quantum-model/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/quantum-model/pom.xml b/quantum-model/pom.xml
index 7100fb0..fd0a173 100644
--- a/quantum-model/pom.xml
+++ b/quantum-model/pom.xml
@@ -10,11 +10,15 @@
<name>OpenStack Quantum Model</name>
<description>OpenStack Quantum Model</description>
<dependencies>
- <dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
<scope>test</scope>
- </dependency>
- </dependencies>
+ </dependency>
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>