WW-5334 Fix Portlet plugin dependency scopes

This commit is contained in:
Kusal Kithul-Godage
2023-08-18 21:47:37 +10:00
parent cfce5b2e03
commit 9992e39b42
-9
View File
@@ -32,13 +32,10 @@
<name>DEPRECATED: Struts 2 Portlet Plugin - since 6.0.0</name>
<dependencies>
<!-- junit and related JARs are needed for 'compile'! -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-portlet-mocks-plugin</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
@@ -46,12 +43,6 @@
<artifactId>struts2-velocity-plugin</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
<!-- spring-core is required for javadoc of jdk8 -->
<!-- It is indirectly referenced by struts2-junit-plugin. -->
<dependency>