summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 053f4efd2a7..42af701ac63 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -27,6 +27,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</dependency>