I've found a solution to switch to the xwss-3.0-FCS
Code:
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-security</artifactId>
<version>${spring-ws.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun.xml.wss</groupId>
<artifactId>xws-security</artifactId>
</exclusion>
<exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.wss</groupId>
<artifactId>xws-security</artifactId>
<version>3.0-FCS-SNAPSHOT</version>
</dependency>
3.0-FCS-SNAPSHOT was installed manually to the local repo.