diff options
Diffstat (limited to 'nova-model')
-rw-r--r-- | nova-model/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml index c526818..cc78c7a 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -9,4 +9,11 @@ <artifactId>nova-model</artifactId> <name>OpenStack Nova Model</name> <description>OpenStack Nova Model</description> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + </dependency> + </dependencies> </project>
\ No newline at end of file |