From f72d59b269c721a13e51f572a10324ce0add186f Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 25 Feb 2021 18:00:48 +0000 Subject: Update guava version Change-Id: I5b233162a180a29d9c7ba79fb0fa480f8f0e0da9 Issue-ID: SDC-3491 Signed-off-by: andre.schmid --- integration-tests/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6d87dd937e..449a86bc51 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -70,16 +70,22 @@ limitations under the License. test - com.google.guava - guava - 25.0-jre - compile + org.hamcrest + hamcrest + ${hamcrest.version} + test junit junit ${junit.version} test + + + org.hamcrest + hamcrest-core + + org.testng @@ -246,12 +252,6 @@ limitations under the License. 1.0.2 test - - org.hamcrest - hamcrest - ${hamcrest.version} - test - commons-net commons-net -- cgit 1.2.3-korg