summaryrefslogtreecommitdiffstats
path: root/heat-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'heat-client/pom.xml')
-rw-r--r--heat-client/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/heat-client/pom.xml b/heat-client/pom.xml
index f68dbfc..c151841 100644
--- a/heat-client/pom.xml
+++ b/heat-client/pom.xml
@@ -21,6 +21,12 @@
<artifactId>heat-model</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file