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