From 72c1253cbac6240af6290ef01b40a8027a78f8a3 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 26 Dec 2024 21:25:23 +0100 Subject: [PATCH] [WAGON-641] Upgrade dependencies and pom cleanup --- pom.xml | 96 +------------------ wagon-provider-api/pom.xml | 1 - wagon-provider-test/pom.xml | 1 - wagon-providers/pom.xml | 14 --- wagon-providers/wagon-file/pom.xml | 2 +- wagon-providers/wagon-ftp/pom.xml | 4 +- .../wagon-http-lightweight/pom.xml | 6 +- wagon-providers/wagon-http-shared/pom.xml | 2 +- wagon-providers/wagon-http/pom.xml | 10 +- wagon-providers/wagon-scm/pom.xml | 2 +- wagon-providers/wagon-ssh-common-test/pom.xml | 8 +- wagon-providers/wagon-ssh-common/pom.xml | 7 -- wagon-providers/wagon-ssh-external/pom.xml | 2 +- wagon-providers/wagon-ssh/pom.xml | 7 +- .../wagon-webdav-jackrabbit/pom.xml | 10 +- 15 files changed, 32 insertions(+), 140 deletions(-) diff --git a/pom.xml b/pom.xml index 8ef724cb..0f9e152e 100644 --- a/pom.xml +++ b/pom.xml @@ -126,67 +126,6 @@ under the License. - - - Maven Developer List - dev-subscribe@maven.apache.org - dev-unsubscribe@maven.apache.org - dev@maven.apache.org - http://mail-archives.apache.org/mod_mbox/maven-dev - - http://www.mail-archive.com/dev@maven.apache.org/ - http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html - http://maven-dev.markmail.org/ - - - - Maven User List - users-subscribe@maven.apache.org - users-unsubscribe@maven.apache.org - users@maven.apache.org - http://mail-archives.apache.org/mod_mbox/maven-users - - http://www.mail-archive.com/users@maven.apache.org/ - http://maven.40175.n5.nabble.com/Maven-Users-f40176.html - http://maven-users.markmail.org/ - - - - - LEGACY Wagon User List (deprecated) - wagon-users-subscribe@maven.apache.org - wagon-users-unsubscribe@maven.apache.org - wagon-users@maven.apache.org - http://mail-archives.apache.org/mod_mbox/maven-wagon-users/ - - http://www.mail-archive.com/wagon-users@maven.apache.org - http://maven.40175.n5.nabble.com/Wagon-Users-f326332.html - http://maven-wagon-users.markmail.org/ - - - - LEGACY Wagon Developer List (deprecated) - wagon-dev-subscribe@maven.apache.org - wagon-dev-unsubscribe@maven.apache.org - wagon-dev@maven.apache.org - http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/ - - http://www.mail-archive.com/wagon-dev@maven.apache.org - http://maven.40175.n5.nabble.com/Wagon-Dev-f326406.html - http://maven-wagon-dev.markmail.org/ - - - - Wagon Commits List - wagon-commits-subscribe@maven.apache.org - wagon-commits-unsubscribe@maven.apache.org - http://mail-archives.apache.org/mod_mbox/maven-wagon-commits/ - - http://maven-wagon-commits.markmail.org/ - - - - wagon-provider-api wagon-providers @@ -221,6 +160,8 @@ under the License. true 1.7.36 wagon-archives/wagon-LATEST + 3.6.0 + 0.9.0.M3 2022-12-18T21:06:44Z @@ -259,14 +200,8 @@ under the License. org.codehaus.plexus plexus-container-default - 2.1.0 - - - org.codehaus.plexus - plexus-utils - 3.3.1 + 2.1.1 - org.slf4j @@ -349,31 +284,6 @@ under the License. - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.rat - apache-rat-plugin - [0.11,) - - check - - - - - - - - - - org.codehaus.plexus plexus-component-metadata diff --git a/wagon-provider-api/pom.xml b/wagon-provider-api/pom.xml index 57ca2d1c..80b7f595 100644 --- a/wagon-provider-api/pom.xml +++ b/wagon-provider-api/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon 3.5.4-SNAPSHOT - ../pom.xml wagon-provider-api diff --git a/wagon-provider-test/pom.xml b/wagon-provider-test/pom.xml index ee1540c1..dc9db99f 100644 --- a/wagon-provider-test/pom.xml +++ b/wagon-provider-test/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon 3.5.4-SNAPSHOT - ../pom.xml wagon-provider-test diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml index fc93309a..6abc6987 100644 --- a/wagon-providers/pom.xml +++ b/wagon-providers/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon 3.5.4-SNAPSHOT - ../pom.xml wagon-providers @@ -52,24 +51,11 @@ under the License. httpclient 4.5.14 - - - commons-codec - commons-codec - 1.16.1 - runtime - org.apache.httpcomponents httpcore 4.4.16 - - org.apache.sshd - sshd-core - 0.8.0 - test - diff --git a/wagon-providers/wagon-file/pom.xml b/wagon-providers/wagon-file/pom.xml index c7a2bb7a..122ce038 100644 --- a/wagon-providers/wagon-file/pom.xml +++ b/wagon-providers/wagon-file/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-file @@ -39,6 +38,7 @@ under the License. org.slf4j slf4j-simple + test diff --git a/wagon-providers/wagon-ftp/pom.xml b/wagon-providers/wagon-ftp/pom.xml index 6e8533b5..08a9d0d1 100644 --- a/wagon-providers/wagon-ftp/pom.xml +++ b/wagon-providers/wagon-ftp/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-ftp @@ -35,7 +34,7 @@ under the License. commons-net commons-net - 3.9.0 + 3.11.1 @@ -51,6 +50,7 @@ under the License. org.slf4j slf4j-simple + test commons-io diff --git a/wagon-providers/wagon-http-lightweight/pom.xml b/wagon-providers/wagon-http-lightweight/pom.xml index 02e9f8fe..789ec69a 100644 --- a/wagon-providers/wagon-http-lightweight/pom.xml +++ b/wagon-providers/wagon-http-lightweight/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-http-lightweight @@ -49,6 +48,10 @@ under the License. org.codehaus.plexus plexus-utils + + org.slf4j + slf4j-api + junit junit @@ -62,6 +65,7 @@ under the License. org.slf4j slf4j-simple + test diff --git a/wagon-providers/wagon-http-shared/pom.xml b/wagon-providers/wagon-http-shared/pom.xml index e0affcff..80708fa3 100644 --- a/wagon-providers/wagon-http-shared/pom.xml +++ b/wagon-providers/wagon-http-shared/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-http-shared @@ -57,6 +56,7 @@ under the License. org.slf4j slf4j-simple + test junit diff --git a/wagon-providers/wagon-http/pom.xml b/wagon-providers/wagon-http/pom.xml index 997bc3c2..695a5180 100644 --- a/wagon-providers/wagon-http/pom.xml +++ b/wagon-providers/wagon-http/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-http @@ -47,6 +46,14 @@ under the License. + + org.apache.httpcomponents + httpcore + + + org.codehaus.plexus + plexus-utils + org.slf4j slf4j-api @@ -60,6 +67,7 @@ under the License. org.slf4j slf4j-simple + test junit diff --git a/wagon-providers/wagon-scm/pom.xml b/wagon-providers/wagon-scm/pom.xml index 31f5876c..647ddc5c 100644 --- a/wagon-providers/wagon-scm/pom.xml +++ b/wagon-providers/wagon-scm/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-scm @@ -78,6 +77,7 @@ under the License. org.slf4j slf4j-simple + test diff --git a/wagon-providers/wagon-ssh-common-test/pom.xml b/wagon-providers/wagon-ssh-common-test/pom.xml index 299b8d14..c2a30df0 100644 --- a/wagon-providers/wagon-ssh-common-test/pom.xml +++ b/wagon-providers/wagon-ssh-common-test/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-ssh-common-test @@ -55,6 +54,8 @@ under the License. org.apache.sshd sshd-core + + 0.8.0 compile @@ -63,10 +64,5 @@ under the License. 2.2.4 compile - - junit - junit - compile - diff --git a/wagon-providers/wagon-ssh-common/pom.xml b/wagon-providers/wagon-ssh-common/pom.xml index 92d763c4..272f8510 100644 --- a/wagon-providers/wagon-ssh-common/pom.xml +++ b/wagon-providers/wagon-ssh-common/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-ssh-common @@ -38,12 +37,6 @@ under the License. org.codehaus.plexus plexus-interactivity-api - - - org.codehaus.plexus - plexus-component-api - - junit diff --git a/wagon-providers/wagon-ssh-external/pom.xml b/wagon-providers/wagon-ssh-external/pom.xml index 0ebd4d9a..5046c7ff 100644 --- a/wagon-providers/wagon-ssh-external/pom.xml +++ b/wagon-providers/wagon-ssh-external/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-ssh-external @@ -52,6 +51,7 @@ under the License. org.slf4j slf4j-simple + test commons-io diff --git a/wagon-providers/wagon-ssh/pom.xml b/wagon-providers/wagon-ssh/pom.xml index 93cc73b5..e72c4a86 100644 --- a/wagon-providers/wagon-ssh/pom.xml +++ b/wagon-providers/wagon-ssh/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-ssh @@ -80,12 +79,18 @@ under the License. org.slf4j slf4j-simple + test org.codehaus.plexus plexus-container-default test + + junit + junit + test + diff --git a/wagon-providers/wagon-webdav-jackrabbit/pom.xml b/wagon-providers/wagon-webdav-jackrabbit/pom.xml index 7f94ba7a..0086cef4 100644 --- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml +++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml @@ -24,7 +24,6 @@ under the License. org.apache.maven.wagon wagon-providers 3.5.4-SNAPSHOT - ../pom.xml wagon-webdav-jackrabbit @@ -113,15 +112,8 @@ under the License. org.slf4j slf4j-simple + test - - - biz.aQute - bnd - 1.50.0 - provided - -