File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
okhttp-spring-boot-autoconfigure/src/test/java/io/freefair/spring/okhttp/ssl Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .Test ;
44import org .springframework .beans .factory .annotation .Autowired ;
55import org .springframework .boot .autoconfigure .SpringBootApplication ;
6- import org .springframework .boot .ssl .*;
6+ import org .springframework .boot .restclient .RestTemplateBuilder ;
7+ import org .springframework .boot .ssl .SslBundle ;
8+ import org .springframework .boot .ssl .SslBundles ;
79import org .springframework .boot .test .context .SpringBootTest ;
810import org .springframework .boot .test .web .server .LocalServerPort ;
9- import org .springframework .boot .web .client .RestTemplateBuilder ;
1011import org .springframework .context .annotation .Bean ;
1112import org .springframework .context .annotation .Configuration ;
1213import org .springframework .web .bind .annotation .GetMapping ;
1314import org .springframework .web .bind .annotation .RestController ;
1415import org .springframework .web .client .RestTemplate ;
1516
16- import javax .net .ssl .* ;
17+ import javax .net .ssl .HostnameVerifier ;
1718
1819import static org .assertj .core .api .Assertions .assertThat ;
1920
You can’t perform that action at this time.
0 commit comments