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.)

(cherry picked from commit 53ce4f0)
  • Loading branch information
jglick authored and olivergondza committed Oct 31, 2013
1 parent 3d476cf commit ca35f24
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 ca35f24

Please sign in to comment.