diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-22 21:02:04 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-22 21:02:04 +0100 |
commit | ead7ff428c14cbfd3a84723f8abae13d5ea79330 (patch) | |
tree | 12175553727a13eb967449fce215da88d267c30c /buildScripts | |
parent | 04e9397971d3689e0710df026f673f8b0a6cb685 (diff) | |
download | lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.tar.gz lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.tar.bz2 lombok-ead7ff428c14cbfd3a84723f8abae13d5ea79330.zip |
jarjar now used to make sure asm is no longer on the bootclasspath when using lombok.
Diffstat (limited to 'buildScripts')
-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 4d3bb679..33d62da9 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -16,6 +16,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="com.googlecode.jarjar" name="jarjar" rev="1.1" conf="build->default" /> <dependency org="org.apache.ant" name="ant" rev="1.8.0" conf="build->default; contrib->sources" /> <dependency org="projectlombok.org" name="spi" rev="0.2.4" conf="build" /> |