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

kusal pushed a commit to branch WW-5334-velocity-manager
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 94c1b2a29b09af5e03e130f462ce0a5a28576ae2
Author: Kusal Kithul-Godage <g...@kusal.io>
AuthorDate: Sun Aug 20 20:38:35 2023 +1000

    WW-5334 Add AssertJ as default plugin test dependency
---
 plugins/json/pom.xml | 6 ------
 plugins/pom.xml      | 5 +++++
 plugins/rest/pom.xml | 6 ------
 3 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml
index 89ae04411..be47bf6aa 100644
--- a/plugins/json/pom.xml
+++ b/plugins/json/pom.xml
@@ -83,12 +83,6 @@
             <artifactId>spring-web</artifactId>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <properties>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 267985dbe..2a6374a25 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -76,6 +76,11 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index b8306c2cc..1ea0e631e 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -90,12 +90,6 @@
             <artifactId>spring-core</artifactId>
             <optional>true</optional>
         </dependency>
-
-        <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
 </project>

Reply via email to