Skip to content

Commit

Permalink
workaround for bug related to the relocated asm classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed May 13, 2015
1 parent 843129c commit 59d1520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maven/jruby-complete/pom.rb
Expand Up @@ -18,6 +18,10 @@
jar 'org.jruby:jruby-core:${project.version}' do
# this needs to match the Embed-Dependency on the maven-bundle-plugin
exclusion 'com.github.jnr:jnr-ffi'
# HACK workaround a bug in maven + ruby-dsl
['asm', 'asm-commons', 'asm-tree', 'asm-analysis', 'asm-util' ].each do |e|
exclusion "org.ow2.asm:#{e}"
end
end
jar 'org.jruby:jruby-stdlib:${project.version}'
end
Expand Down

0 comments on commit 59d1520

Please sign in to comment.