From 94c1b2a29b09af5e03e130f462ce0a5a28576ae2 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Sun, 20 Aug 2023 20:38:35 +1000 Subject: [PATCH] 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 @@ spring-web test - - - org.assertj - assertj-core - test - 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 @@ junit test + + org.assertj + assertj-core + test + org.mockito mockito-core 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 @@ spring-core true - - - org.assertj - assertj-core - test -