BAEL-248 Moved HttpComponentsClientHttpRequestFactoryBasicAuth to an existing package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.http.client;
|
||||
package org.baeldung.client;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package org.baeldung.client;
|
||||
|
||||
import org.apache.http.HttpHost;
|
||||
import org.baeldung.http.client.HttpComponentsClientHttpRequestFactoryBasicAuth;
|
||||
import org.springframework.beans.factory.FactoryBean;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.http.client.ClientHttpRequestFactory;
|
||||
|
||||
Reference in New Issue
Block a user