diff options
Diffstat (limited to 'nova-model/pom.xml')
-rw-r--r-- | nova-model/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml index cc78c7a..81aa22e 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -14,6 +14,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> + <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |