我想使用spring-ws-security来保护我的Web服务Wss4jSecurityInterceptor和签名.但是存在依赖冲突,这使得该系统不可行.在spring-ws-security:2.1.2.RELEASE似乎是行不通的为好.
spring-ws-security : 2.1.3.RELEASE [compile]
- wss4j : 1.6.5 [compile]
- xmlsec : 1.5.1 [compile]
- opensaml : 2.5.1-1 [compile]
- openws : 1.4.2-1 [compile]
- xmltooling : 1.3.2-1 [compile]
- xmlsec : 1.4.4 [compile] (omitted for conflict with 1.5.1)
Run Code Online (Sandbox Code Playgroud)
有什么方法可以解决这个问题吗?
提前谢谢了.