TSK-370: fixed import to be compatible with new Spring version.

This commit is contained in:
Holger Hagen 2018-03-22 08:57:17 +01:00 committed by Martin Rojas Miguel Angel
parent 034852cabd
commit 95146d764f
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ import java.util.Collections;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.context.annotation.Import;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.hateoas.Link;