This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.
from fd15589 Merge remote-tracking branch 'origin/dependabot/maven/spring.version-5.3.6' add 5c4fc36 AXIS2-5959 remove http-hc3 that contains deps to commons-httpclient No new revisions were added by this update. Summary of changes: modules/transport/http-hc3/pom.xml | 91 ---- .../transport/http/CommonsHTTPTransportSender.java | 28 -- .../impl/httpclient3/AxisRequestEntityImpl.java | 59 --- .../httpclient3/HTTPClient3TransportSender.java | 62 --- .../impl/httpclient3/HTTPProxcyConfigurator.java | 465 -------------------- .../impl/httpclient3/HTTPProxyConfigurator.java | 463 -------------------- .../http/impl/httpclient3/HTTPSenderImpl.java | 106 ----- .../httpclient3/HttpTransportPropertiesImpl.java | 90 ---- .../http/impl/httpclient3/RequestImpl.java | 329 -------------- .../http/security/SSLProtocolSocketFactory.java | 82 ---- .../http/util/HTTPProxyConfigurationUtil.java | 478 --------------------- .../CommonsHTTPTransportSenderClientSideTest.java | 84 ---- .../transport/http/HTTPClient3SenderTest.java | 31 -- .../http/HTTPClient3TransportSenderTest.java | 47 -- .../axis2/transport/http/NonProxyHostTest.java | 33 -- .../org/apache/axis2/transport/http/axis2.xml | 156 ------- pom.xml | 7 - 17 files changed, 2611 deletions(-) delete mode 100644 modules/transport/http-hc3/pom.xml delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/AxisRequestEntityImpl.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxyConfigurator.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPSenderImpl.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HttpTransportPropertiesImpl.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/RequestImpl.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java delete mode 100644 modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/util/HTTPProxyConfigurationUtil.java delete mode 100644 modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/CommonsHTTPTransportSenderClientSideTest.java delete mode 100644 modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/HTTPClient3SenderTest.java delete mode 100644 modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/HTTPClient3TransportSenderTest.java delete mode 100644 modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/NonProxyHostTest.java delete mode 100644 modules/transport/http-hc3/src/test/resources/org/apache/axis2/transport/http/axis2.xml