This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f794f9b [MCHANGES-428] Remove unused dependencies f794f9b is described below commit f794f9b3ff275be92b483c89545dc92d772076c9 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Nov 26 21:51:29 2024 +0100 [MCHANGES-428] Remove unused dependencies --- pom.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 0b2ab70..d0d09f0 100644 --- a/pom.xml +++ b/pom.xml @@ -122,11 +122,6 @@ under the License. <version>${mavenVersion}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.maven.resolver</groupId> - <artifactId>maven-resolver-api</artifactId> - <version>1.4.1</version> - </dependency> <!-- dependencies to annotations --> <dependency> @@ -137,6 +132,7 @@ under the License. <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> + <scope>provided</scope> </dependency> <!-- shared --> @@ -234,16 +230,6 @@ under the License. <artifactId>velocity-engine-core</artifactId> <version>2.4</version> </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-api</artifactId> - <version>2.6.11</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>2.6.11</version> - </dependency> <dependency> <groupId>org.apache.xmlrpc</groupId> <artifactId>xmlrpc-common</artifactId> @@ -357,6 +343,12 @@ under the License. <version>4.0.0-alpha-2</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + <version>${mavenResolverVersion}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-connector-basic</artifactId>