diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/CompressionTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/CompressionTests.java index 1fae53511d..4f4914e634 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/CompressionTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/server/CompressionTests.java @@ -20,8 +20,8 @@ import org.apache.coyote.http11.Http11NioProtocol; import org.junit.Test; import org.junit.runner.RunWith; -import org.springframework.boot.junit.runner.classpath.ClassPathOverrides; -import org.springframework.boot.junit.runner.classpath.ModifiedClassPathRunner; +import org.springframework.boot.testsupport.runner.classpath.ClassPathOverrides; +import org.springframework.boot.testsupport.runner.classpath.ModifiedClassPathRunner; import static org.assertj.core.api.Assertions.assertThat;