Skip to content

Commit

Permalink
Showing 3 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions mx.jruby/suite.py
Original file line number Diff line number Diff line change
@@ -98,12 +98,6 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"112ff54474f1f04ccf1384c92e39fdc566f0bb5e",
"BSD-new"),

"JNR_UNIXSOCKET": mavenLib(
"com.github.jnr:jnr-unixsocket:0.14",
"0943cc10ae00e9b6994f5419a85819d329e5656c",
"d03edf57d8052231e023203d10ace1da13447bd4",
"Apache-2.0"),

"JNR_POSIX": mavenLib(
"com.github.jnr:jnr-posix:3.0.32",
"a6fbbc386acbae4fd3d892f13e2141655ed6e9c0",
@@ -176,7 +170,6 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"truffle:TRUFFLE_API",
"truffle:TRUFFLE_DEBUG",
"ASM",
"JNR_UNIXSOCKET",
"JNR_POSIX",
"JNR_CONSTANTS",
"JNR_FFI",
1 change: 0 additions & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@
jar 'com.oracle.truffle:truffle-dsl-processor:' + truffle_version, :scope => 'provided'
jar 'com.oracle.truffle:truffle-tck:' + truffle_version, :scope => 'test'

jar 'com.github.jnr:jnr-unixsocket:0.14'
jar 'com.github.jnr:jnr-posix:3.0.32'
jar 'com.github.jnr:jnr-constants:0.9.6'
jar 'com.github.jnr:jnr-ffi:2.1.1'
5 changes: 0 additions & 5 deletions truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -46,11 +46,6 @@ DO NOT MODIFIY - GENERATED CODE
<version>${truffle.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.14</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>

0 comments on commit 78d4bc7

Please sign in to comment.