Skip to content

Commit

Permalink
Update to ASM 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Apr 22, 2014
1 parent 7f18979 commit c2f4ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<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.1" conf="build,bundle"/>
<dependency org="org.ow2.asm" name="asm-commons" rev="5.0.1" conf="build,bundle"/>
<dependency org="org.ow2.asm" name="asm" rev="5.0.2" conf="build,bundle"/>
<dependency org="org.ow2.asm" name="asm-commons" rev="5.0.2" 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 c2f4ce3

Please sign in to comment.