Skip to content

Commit

Permalink
Revert "[Truffle] We don't seem to need ASM."
Browse files Browse the repository at this point in the history
This reverts commit d6d3202.
  • Loading branch information
chrisseaton committed Dec 10, 2016
1 parent d6d3202 commit 0eeba7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mx.jruby/suite.py
Expand Up @@ -92,6 +92,12 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):

# ------------- Libraries -------------

"ASM": mavenLib(
"org.ow2.asm:asm:5.0.4",
"0da08b8cce7bbf903602a25a3a163ae252435795",
"112ff54474f1f04ccf1384c92e39fdc566f0bb5e",
"BSD-new"),

"JNR_POSIX": mavenLib(
"com.github.jnr:jnr-posix:3.0.32",
"a6fbbc386acbae4fd3d892f13e2141655ed6e9c0",
Expand Down Expand Up @@ -163,6 +169,7 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"dependencies": [
"truffle:TRUFFLE_API",
"truffle:TRUFFLE_DEBUG",
"ASM",
"JNR_POSIX",
"JNR_CONSTANTS",
"JNR_FFI",
Expand Down

0 comments on commit 0eeba7d

Please sign in to comment.