aboutsummaryrefslogtreecommitdiffstats
path: root/client/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/ivy.xml')
-rw-r--r--client/ivy.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/ivy.xml b/client/ivy.xml
index 3abdcf9ba5..6b941af818 100644
--- a/client/ivy.xml
+++ b/client/ivy.xml
@@ -42,6 +42,9 @@
<dependency org="javax.validation" name="validation-api"
rev="1.0.0.GA" conf="build->default,sources" />
+ <!-- Testing dependencies -->
+ <dependency org="org.easymock" name="easymock" rev="3.0"
+ conf="test,ide-> default" />
</dependencies>