This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch pomcleanup in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit 01bb22a2c2e55c8030c1cba5f2139f525616a716 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Dec 26 21:25:23 2024 +0100 Cleanup poms --- pom.xml | 91 ------------------------- wagon-provider-api/pom.xml | 1 - wagon-provider-test/pom.xml | 1 - wagon-providers/pom.xml | 8 --- wagon-providers/wagon-file/pom.xml | 2 +- wagon-providers/wagon-ftp/pom.xml | 2 +- wagon-providers/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 | 6 -- wagon-providers/wagon-ssh-common/pom.xml | 7 -- wagon-providers/wagon-ssh-external/pom.xml | 2 +- wagon-providers/wagon-ssh/pom.xml | 7 +- wagon-providers/wagon-webdav-jackrabbit/pom.xml | 10 +-- 15 files changed, 26 insertions(+), 131 deletions(-) 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. </contributor> </contributors> - <mailingLists> - <mailingList> - <name>Maven Developer List</name> - <subscribe>dev-subscr...@maven.apache.org</subscribe> - <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe> - <post>d...@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive> - <otherArchive>http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html</otherArchive> - <otherArchive>http://maven-dev.markmail.org/</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven User List</name> - <subscribe>users-subscr...@maven.apache.org</subscribe> - <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe> - <post>us...@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive> - <otherArchive>http://maven.40175.n5.nabble.com/Maven-Users-f40176.html</otherArchive> - <otherArchive>http://maven-users.markmail.org/</otherArchive> - </otherArchives> - </mailingList> - - <mailingList> - <name>LEGACY Wagon User List (deprecated)</name> - <subscribe>wagon-users-subscr...@maven.apache.org</subscribe> - <unsubscribe>wagon-users-unsubscr...@maven.apache.org</unsubscribe> - <post>wagon-us...@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-users/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/wagon-users@maven.apache.org</otherArchive> - <otherArchive>http://maven.40175.n5.nabble.com/Wagon-Users-f326332.html</otherArchive> - <otherArchive>http://maven-wagon-users.markmail.org/</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>LEGACY Wagon Developer List (deprecated)</name> - <subscribe>wagon-dev-subscr...@maven.apache.org</subscribe> - <unsubscribe>wagon-dev-unsubscr...@maven.apache.org</unsubscribe> - <post>wagon-...@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/wagon-dev@maven.apache.org</otherArchive> - <otherArchive>http://maven.40175.n5.nabble.com/Wagon-Dev-f326406.html</otherArchive> - <otherArchive>http://maven-wagon-dev.markmail.org/</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Wagon Commits List</name> - <subscribe>wagon-commits-subscr...@maven.apache.org</subscribe> - <unsubscribe>wagon-commits-unsubscr...@maven.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-commits/</archive> - <otherArchives> - <otherArchive>http://maven-wagon-commits.markmail.org/</otherArchive> - </otherArchives> - </mailingList> - </mailingLists> - <modules> <module>wagon-provider-api</module> <module>wagon-providers</module> @@ -349,36 +288,6 @@ under the License. </excludes> </configuration> </plugin> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <versionRange>[0.11,)</versionRange> - <goals> - <goal>check</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>2.2.0</version> - </plugin> </plugins> </pluginManagement> <plugins> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-provider-api</artifactId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-provider-test</artifactId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-providers</artifactId> @@ -52,13 +51,6 @@ under the License. <artifactId>httpclient</artifactId> <version>4.5.14</version> </dependency> - <!-- Overwrite transitive dependency version of HttpClient --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.16.1</version> - <scope>runtime</scope> - </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-file</artifactId> @@ -39,6 +38,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> </dependencies> </project> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-ftp</artifactId> @@ -51,6 +50,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-http-lightweight</artifactId> @@ -49,6 +48,10 @@ under the License. <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -62,6 +65,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> </dependencies> </project> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-http-shared</artifactId> @@ -57,6 +56,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-http</artifactId> @@ -47,6 +46,14 @@ under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> @@ -60,6 +67,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-scm</artifactId> @@ -78,6 +77,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> </dependencies> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-ssh-common-test</artifactId> @@ -63,10 +62,5 @@ under the License. <version>2.0.22</version> <scope>compile</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>compile</scope> - </dependency> </dependencies> </project> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-ssh-common</artifactId> @@ -38,12 +37,6 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>junit</groupId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-ssh-external</artifactId> @@ -52,6 +51,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-ssh</artifactId> @@ -80,12 +79,18 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> 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. <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-providers</artifactId> <version>3.5.4-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>wagon-webdav-jackrabbit</artifactId> @@ -113,15 +112,8 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> + <scope>test</scope> </dependency> - - <dependency> - <groupId>biz.aQute</groupId> - <artifactId>bnd</artifactId> - <version>1.50.0</version> - <scope>provided</scope> - </dependency> - </dependencies> <build>