NoClassDefFound after adding spring-ws dependency
问题 I have a web app that I have to extend with a SOAP client. Since I can't influence the design of the contract (WSDL), I thought about using spring-ws. But as soon as I add the dependency: <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws-core</artifactId> <version>2.1.4.RELEASE</version> </dependency> I'm getting the following Exception when starting up the application: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.jdbc.core