From 9e35997e6b1edb61d4d9b1eae8d1b40fcec66800 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Sun, 10 Apr 2022 13:13:44 +0200 Subject: [PATCH] fix: exclude jna-platform --- pom.xml | 283 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 147 insertions(+), 136 deletions(-) diff --git a/pom.xml b/pom.xml index 36079ea6..a2f7f872 100644 --- a/pom.xml +++ b/pom.xml @@ -1,149 +1,160 @@ - - 4.0.0 + + 4.0.0 - - org.jenkins-ci - jenkins - 1.73 - + + 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.5.0 - - - org.testcontainers - testcontainers - 1.14.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.5.0 + + + org.testcontainers + testcontainers + 1.14.3 + 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 +