summaryrefslogtreecommitdiffstats
path: root/glance-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'glance-model/pom.xml')
-rw-r--r--glance-model/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/glance-model/pom.xml b/glance-model/pom.xml
index b986a24..5e4a7a2 100644
--- a/glance-model/pom.xml
+++ b/glance-model/pom.xml
@@ -9,4 +9,13 @@
<artifactId>glance-model</artifactId>
<name>OpenStack Glance Model</name>
<description>OpenStack Glance Model</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project> \ No newline at end of file