You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/05 05:46:09 UTC

[struts] 04/06: Drops duplicated dependency

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

lukaszlenart pushed a commit to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 0ea08d1b1c0c9b7cbc9e9f40f02d3435178abd18
Author: Lukasz Lenart <lu...@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>