aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2013-03-11 22:04:27 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2013-03-11 22:06:25 +0100
commit56150952c451f0d8c2018424191d4480ac5e8460 (patch)
tree4a91525c6d59709c5bb7894d1289721f07d104cf /buildScripts/ivy.xml
parent653eb56883a6be109ee7e767fae920cae70f569d (diff)
downloadlombok-56150952c451f0d8c2018424191d4480ac5e8460.tar.gz
lombok-56150952c451f0d8c2018424191d4480ac5e8460.tar.bz2
lombok-56150952c451f0d8c2018424191d4480ac5e8460.zip
Added @Log4j2 support.
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r--buildScripts/ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index b1440db5..fd6c503a 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -17,6 +17,7 @@
<dependency org="junit" name="junit" rev="4.8.2" conf="test->default; contrib->sources" />
<dependency org="log4j" name="log4j" rev="1.2.16" conf="test->default; contrib->sources" />
+ <dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.0-beta4" conf="test->default; contrib->sources" />
<dependency org="commons-logging" name="commons-logging" rev="1.1.1" conf="test->default; contrib->sources"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" conf="test->default; contrib->sources"/>
<dependency org="org.slf4j" name="slf4j-ext" rev="1.6.1" conf="test->default; contrib->sources"/>