aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-11-08 20:10:43 +0100
committerRoel Spilker <r.spilker@gmail.com>2010-11-08 20:10:43 +0100
commit616ef8581f4ce1cb8593c0281ef8ac43f92ad8cd (patch)
tree7501350f94326bee310ae17fd0acbc3889157c31 /buildScripts/ivy.xml
parentc318bb7a0ab6b28fef262ea89bf2b7cdc7ac610f (diff)
downloadlombok-616ef8581f4ce1cb8593c0281ef8ac43f92ad8cd.tar.gz
lombok-616ef8581f4ce1cb8593c0281ef8ac43f92ad8cd.tar.bz2
lombok-616ef8581f4ce1cb8593c0281ef8ac43f92ad8cd.zip
Add diverse logging frameworks for the tests.
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r--buildScripts/ivy.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index 8e0e9f1e..111f0c58 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -13,6 +13,9 @@
<dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="build->runtime; runtime" />
<dependency org="projectlombok.org" name="junit" rev="4.8.1" conf="test" />
+ <dependency org="log4j" name="log4j" rev="1.2.16" conf="test->master"/>
+ <dependency org="commons-logging" name="commons-logging" rev="1.1.1" conf="test->master"/>
+ <dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" conf="test->master"/>
<dependency org="org.apache.ant" name="ant" rev="1.8.0" conf="build->master" />
<dependency org="projectlombok.org" name="spi" rev="0.2.4" conf="build" />