JAVA-4997: Fix junit version used
This commit is contained in:
parent
f77b9bee84
commit
600d0c4654
|
@ -9,7 +9,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
||||||
import org.apache.http.HttpHeaders;
|
import org.apache.http.HttpHeaders;
|
||||||
import com.baeldung.roles.custom.Application;
|
import com.baeldung.roles.custom.Application;
|
||||||
import com.baeldung.roles.custom.persistence.model.Foo;
|
import com.baeldung.roles.custom.persistence.model.Foo;
|
||||||
import org.junit.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
|
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
|
Loading…
Reference in New Issue