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 -