From df781a53faa7ab8810f61f6003ed3a52c973179c Mon Sep 17 00:00:00 2001 From: Massimo Paladin Date: Wed, 28 Sep 2016 17:45:58 +0200 Subject: [PATCH] Cleanup dependencies --- its/plugin/pom.xml | 2 +- its/ruling/pom.xml | 6 +++--- .../src/test/java/org/sonar/web/it/WebRulingTest.java | 2 +- pom.xml | 1 + sonar-web-plugin/pom.xml | 6 ------ 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/its/plugin/pom.xml b/its/plugin/pom.xml index 86fb44aea..dec5ffe28 100644 --- a/its/plugin/pom.xml +++ b/its/plugin/pom.xml @@ -44,7 +44,7 @@ org.assertj assertj-core - 3.5.2 + ${assertj.version} test diff --git a/its/ruling/pom.xml b/its/ruling/pom.xml index 1bbc3aa2c..e1116e2a4 100644 --- a/its/ruling/pom.xml +++ b/its/ruling/pom.xml @@ -40,9 +40,9 @@ test - org.easytesting - fest-assert - 1.4 + org.assertj + assertj-core + ${assertj.version} test diff --git a/its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java b/its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java index 6ffa17a3d..d08aefc97 100644 --- a/its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java +++ b/its/ruling/src/test/java/org/sonar/web/it/WebRulingTest.java @@ -30,7 +30,7 @@ import java.io.File; import java.nio.charset.StandardCharsets; -import static org.fest.assertions.Assertions.assertThat; +import static org.assertj.core.api.Assertions.assertThat; public class WebRulingTest { diff --git a/pom.xml b/pom.xml index 06bf543ba..2dedcb546 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,7 @@ 3.12 4.12 1.21 + 3.5.2 http://redirect.sonarsource.com/plugins/web.html diff --git a/sonar-web-plugin/pom.xml b/sonar-web-plugin/pom.xml index 15cd4c85b..933ac13c8 100644 --- a/sonar-web-plugin/pom.xml +++ b/sonar-web-plugin/pom.xml @@ -134,12 +134,6 @@ ${sonar.version} test - - org.easytesting - fest-assert - 1.4 - test - org.hamcrest hamcrest-all