diff options
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r-- | buildScripts/ivy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 7994af89..12dd2c5b 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -39,6 +39,7 @@ <dependency org="org.projectlombok" name="lombok.patcher" rev="0.40" conf="build,stripe->default" /> <dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="build,stripe->runtime" /> <dependency org="org.apache.ant" name="ant" rev="1.10.5" conf="build->default" /> + <dependency org="org.apache.ant" name="ant-junit" rev="1.10.5" conf="build->default" /> <!-- test deps --> <dependency org="junit" name="junit" rev="4.8.2" conf="test->default; sources" /> |