This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch dep in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 66ec21619cb2d29efc4bde76dfc54dfc64fe9db6 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Fri Nov 27 08:48:49 2020 -0500 remove unused mockito dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 56524e9..50ceb04 100644 --- a/pom.xml +++ b/pom.xml @@ -180,12 +180,6 @@ <version>4.13.1</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>2.28.2</version> - <scope>test</scope> - </dependency> </dependencies> <build>
