Skip to content

Commit

Permalink
[JENKINS-19192] Using JNR 3.0.1 which includes JNR-FFI 1.0.7; 1.0.6 h…
Browse files Browse the repository at this point in the history
…as the backported fix for Guava #1505, the root cause.

So this upgrade ought to prevent a recurrence of the issue in case some other code refers to JNR from the CLI.
(As yet untested, and we do not especially want to send JNR over the CLI channel anyway for performance reasons.)
  • Loading branch information
jglick committed Sep 19, 2014
1 parent ae83957 commit 47c254a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions core/pom.xml
Expand Up @@ -102,15 +102,8 @@ THE SOFTWARE.
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<!-- TODO JENKINS-19192 try when released to Central:
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>1.0.6</version>
</dependency>
-->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>trilead-putty-extension</artifactId>
Expand Down

0 comments on commit 47c254a

Please sign in to comment.