This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new a09ec62  Drops duplicated dependency
a09ec62 is described below

commit a09ec6298ce2ca0f6038e28dcfa91eeee3a8f503
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Apr 4 10:00:14 2020 +0200

    Drops duplicated dependency
---
 plugins/portlet-mocks/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/plugins/portlet-mocks/pom.xml b/plugins/portlet-mocks/pom.xml
index afc9a8f..8f7357d 100644
--- a/plugins/portlet-mocks/pom.xml
+++ b/plugins/portlet-mocks/pom.xml
@@ -40,11 +40,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
 
         <!-- Portlet -->
         <dependency>

Reply via email to