Spring WS Test Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring WS Test
Copy below Spring WS Test maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-test -->
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-test</artifactId>
<version>3.0.8.RELEASE</version>
<scope>test</scope>
</dependency>
Copy below Spring WS Test gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-test
testCompile group: 'org.springframework.ws', name: 'spring-ws-test', version: '3.0.8.RELEASE'
https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-test
https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-test