This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch guava in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit aa06548c8a664b44c6e5b3c1dbc8b9095e622e03 Author: Elliotte Rusty Harold <elh...@google.com> AuthorDate: Mon Nov 30 15:27:30 2020 -0500 remove dependency on guava --- pom.xml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index d3b1b16..154ea4f 100644 --- a/pom.xml +++ b/pom.xml @@ -172,33 +172,24 @@ <artifactId>plexus-component-annotations</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.8.1</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.1</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-legacy</artifactId> <version>2.7.0</version> <scope>test</scope> </dependency> - - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>28.2-android</version> - </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.8.1</version> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId>