diff --git a/pom.xml b/pom.xml index 8ef724cb..b36fc512 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 @@ -349,36 +288,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 - 2.2.0 - 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..43f88833 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,13 +51,6 @@ under the License. httpclient 4.5.14 - - - commons-codec - commons-codec - 1.16.1 - runtime - org.apache.httpcomponents httpcore 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..7e24f79c 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 @@ -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 c61a682b..ae289854 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 25193ee5..f4890de9 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 @@ -63,10 +62,5 @@ under the License. 2.0.22 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 - -