diff --git a/Jenkinsfile b/Jenkinsfile index e3ef7a44..fa04cda0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,11 +17,11 @@ pipeline { '--update-snapshots', "-Dmaven.repo.local=$m2repo", '-Dmaven.test.failure.ignore', - "-Dfindbugs.failOnError=false", + "-Dspotbugs.failOnError=false", "-Dset.changelist", "-Djava.security.egd=file:/dev/./urandom", "clean install", - "findbugs:findbugs" + "spotbugs:spotbugs" ] infra.runMaven(mavenOptions, jdk) diff --git a/pom.xml b/pom.xml index 5690d1b7..356cc47d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,155 +1,166 @@ - - 4.0.0 + + 4.0.0 - - org.jenkins-ci - jenkins - 1.57 - + + org.jenkins-ci + jenkins + 1.73 + - org.jenkins-ci - trilead-ssh2 - ${revision}-${changelist} + org.jenkins-ci + trilead-ssh2 + ${revision}-${changelist} - Ganymed SSH2 for Java - Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java - http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/ - - - BSD style license - http://www.ganymed.ethz.ch/ssh2/LICENSE.txt - - + Ganymed SSH2 for Java + Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java + http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/ + + + BSD style license + http://www.ganymed.ethz.ch/ssh2/LICENSE.txt + + - - - mc1arke - Michael Clarke - michael.m.clarke@gmail.com - - - kuisathaverat - Ivan Fernandez - kuisathaverat@gmail.com - - + + + mc1arke + Michael Clarke + michael.m.clarke@gmail.com + + + kuisathaverat + Ivan Fernandez + kuisathaverat@gmail.com + + - - scm:git:git://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} - ${scmTag} - + + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag} + - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + - - - commons-io - commons-io - 2.11.0 - test - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest - 2.2 - test - - - org.mockito - mockito-core - 4.4.0 - test - - - net.i2p.crypto - eddsa - 0.3.0 - - - org.connectbot.jbcrypt - jbcrypt - 1.0.0 - - - com.google.crypto.tink - tink - 1.6.1 - - - org.testcontainers - testcontainers - 1.16.3 - test - - + + + commons-io + commons-io + 2.11.0 + test + + + junit + junit + 4.13.2 + test + + + org.hamcrest + hamcrest + 2.2 + test + + + org.mockito + mockito-core + 4.4.0 + test + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + + + + net.i2p.crypto + eddsa + 0.3.0 + + + org.connectbot.jbcrypt + jbcrypt + 1.0.0 + + + com.google.crypto.tink + tink + 1.6.1 + + + org.testcontainers + testcontainers + 1.16.3 + test + + org.slf4j slf4j-nop 1.7.30 test - + - - src - test - - - test - - ** - - - **/*.java - - - - - - maven-enforcer-plugin - - - display-info - - - - - org.connectbot.jbcrypt - - - - - - - - - + + src + test + + + test + + ** + + + **/*.java + + + + + + maven-enforcer-plugin + + + display-info + + + + + org.connectbot.jbcrypt + + + + + + + + + - - build-217-jenkins - 999999-SNAPSHOT - jenkinsci/trilead-ssh2 - 8 - + + build-217-jenkins + 999999-SNAPSHOT + jenkinsci/trilead-ssh2 + 8 +