Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maven/jruby-complete/pom.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59d1520

Please sign in to comment.