Skip to content

Commit

Permalink
Update to ASM 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Jul 21, 2015
1 parent 2d8187c commit 331eac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<dependency org="org.apache.ant" name="ant" rev="1.7.0" conf="build"/>
<dependency org="org.apache.maven" name="maven-plugin-api" rev="2.0" conf="build"/>
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.2" conf="build"/>
<!-- ASM 5.0 minimal: -->
<dependency org="org.ow2.asm" name="asm" rev="5.0.3" conf="build,bundle"/>
<dependency org="org.ow2.asm" name="asm-commons" rev="5.0.3" conf="build,bundle"/>
<!-- ASM 5.0.4 minimal: -->
<dependency org="org.ow2.asm" name="asm" rev="5.0.4" conf="build,bundle"/>
<dependency org="org.ow2.asm" name="asm-commons" rev="5.0.4" conf="build,bundle"/>
<!--
We also bundle plexus-util, as we cannot rely on maven providing it.
See: http://jira.codehaus.org/browse/MNG-2892 and related issues.
Expand Down

0 comments on commit 331eac4

Please sign in to comment.