From 376f6f9871a2d9671f05b4031236d274bdf328f9 Mon Sep 17 00:00:00 2001 From: amit2103 Date: Sat, 17 Aug 2019 16:06:49 +0530 Subject: [PATCH] [BAEL-16739] - Fixed the integrations tests in rest-assured --- testing-modules/rest-assured/pom.xml | 5 ----- .../restassured/controller/AppControllerIntegrationTest.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/testing-modules/rest-assured/pom.xml b/testing-modules/rest-assured/pom.xml index eb85c6c8be..75f33c26f1 100644 --- a/testing-modules/rest-assured/pom.xml +++ b/testing-modules/rest-assured/pom.xml @@ -162,11 +162,6 @@ commons-collections ${commons-collections.version} - - - org.springframework.boot - spring-boot-starter-security - diff --git a/testing-modules/rest-assured/src/test/java/com/baeldung/restassured/controller/AppControllerIntegrationTest.java b/testing-modules/rest-assured/src/test/java/com/baeldung/restassured/controller/AppControllerIntegrationTest.java index a55c0a69e4..83a6e544b7 100644 --- a/testing-modules/rest-assured/src/test/java/com/baeldung/restassured/controller/AppControllerIntegrationTest.java +++ b/testing-modules/rest-assured/src/test/java/com/baeldung/restassured/controller/AppControllerIntegrationTest.java @@ -17,7 +17,7 @@ import java.util.Set; import javax.annotation.PostConstruct; -import org.junit.jupiter.api.Test; +import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;