aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorgrootjans <grootjans@gmail.com>2012-10-29 23:38:06 +0100
committergrootjans <grootjans@gmail.com>2012-10-30 00:44:45 +0100
commit11a07262efd3595fd59e52cf81c21c919ff3814f (patch)
tree2398e9a185a6af4f75da2dd925c800c55a029b84 /buildScripts
parent8a5d637af766d71d4f2b5f87eceec5360de831fa (diff)
downloadlombok-11a07262efd3595fd59e52cf81c21c919ff3814f.tar.gz
lombok-11a07262efd3595fd59e52cf81c21c919ff3814f.tar.bz2
lombok-11a07262efd3595fd59e52cf81c21c919ff3814f.zip
Added annotation for the slf4j extended logger
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml
index de19afbf..b1440db5 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -19,6 +19,7 @@
<dependency org="log4j" name="log4j" rev="1.2.16" 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"/>
<dependency org="com.googlecode.jarjar" name="jarjar" rev="1.1" conf="build->default" />
<dependency org="org.apache.ant" name="ant" rev="1.8.1" conf="build->default; contrib->sources" />