Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update JNA to 4.1.0.
JNA 4.1.0 has a proper license, so remove workaround in
licenseCompleter.groovy. [JENKINS-24521]
  • Loading branch information
rodrigc committed Oct 14, 2014
1 parent 7ddc6be commit b88e55f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -504,7 +504,7 @@ THE SOFTWARE.
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.3.0-jenkins-3</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down
4 changes: 0 additions & 4 deletions licenseCompleter.groovy
Expand Up @@ -72,10 +72,6 @@ complete {
rewriteLicense([],jenkinsLicense)
}

match("*:jna") {
rewriteLicense([],lgpl)
}

match(["org.jvnet.localizer:localizer"]) {
// see http://java.net/projects/localizer
// see http://java.net/projects/trilead-putty-extension/
Expand Down

0 comments on commit b88e55f

Please sign in to comment.