This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4f54d8f dependencies cleanup 4f54d8f is described below commit 4f54d8f9aed12f27d4e11d304319a79fc9f214aa Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat May 23 18:56:08 2020 +0200 dependencies cleanup --- pom.xml | 42 +++++++++++------------------------------- 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 72d8c00..eff3a22 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,16 @@ under the License. <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-shared-utils</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.1</version> + </dependency> + <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-api</artifactId> <version>${scmVersion}</version> @@ -130,40 +140,10 @@ under the License. <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-shared-utils</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-core-asl</artifactId> - <version>1.9.4</version> - </dependency> - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - <version>1.9.4</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.5</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.2.0</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> <version>4.11</version> + <scope>test</scope> </dependency> </dependencies>