File tree 1 file changed +0
-3
lines changed
spring-web/src/main/java/org/springframework/web/client
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ final class DefaultRestClientBuilder implements RestClient.Builder {
63
63
64
64
private static final boolean httpComponentsClientPresent ;
65
65
66
- private static final boolean okHttpClientPresent ;
67
-
68
66
private static final boolean jettyClientPresent ;
69
67
70
68
private static final boolean jdkClientPresent ;
@@ -88,7 +86,6 @@ final class DefaultRestClientBuilder implements RestClient.Builder {
88
86
ClassLoader loader = DefaultRestClientBuilder .class .getClassLoader ();
89
87
90
88
httpComponentsClientPresent = ClassUtils .isPresent ("org.apache.hc.client5.http.classic.HttpClient" , loader );
91
- okHttpClientPresent = ClassUtils .isPresent ("okhttp3.OkHttpClient" , loader );
92
89
jettyClientPresent = ClassUtils .isPresent ("org.eclipse.jetty.client.HttpClient" , loader );
93
90
jdkClientPresent = ClassUtils .isPresent ("java.net.http.HttpClient" , loader );
94
91
You can’t perform that action at this time.
0 commit comments