summaryrefslogtreecommitdiffstats
path: root/nova-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-model/pom.xml')
-rw-r--r--nova-model/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml
index 19ce8bd..4d20af9 100644
--- a/nova-model/pom.xml
+++ b/nova-model/pom.xml
@@ -13,7 +13,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
</dependencies>