參考web
The class has been replaced by org.springframework.remoting.httpinvoker.HttpCompo nentsHttpInvokerRequestExecutor You have to change to using HttpComponents instead of CommonsHttp. CommonsHttp is end of life. I have tried to change to HttpComponentsHttpInvokerRequestExecutor and addedspring
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.4</version> </dependency>apache
(and removed the old Commons version...)component
And it just worked !!!rem