File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2 Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 api(" org.apache.httpcomponents.client5:httpclient5:5.2.3" )
3636 api(" org.apache.httpcomponents:httpclient:4.5.14" )
3737 api(" org.apache.santuario:xmlsec:3.0.4" )
38- api(" org.apache.wss4j:wss4j-ws-security-dom:2.4.3 " )
38+ api(" org.apache.wss4j:wss4j-ws-security-dom:4.0.0 " )
3939 api(" org.apache.ws.xmlschema:xmlschema-core:2.3.1" )
4040 api(" org.aspectj:aspectjrt:1.9.22" )
4141 api(" org.aspectj:aspectjweaver:1.9.22" )
Original file line number Diff line number Diff line change 142142 * @author Jamin Hitchcock
143143 * @author Rob Leland
144144 * @author Lars Uffmann
145+ * @author Andreas Winter
145146 * @since 2.3.0
146- * @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
147+ * @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+ </a>
147148 */
148149public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
149150
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * Contains {@code CallbackHandler} implementations for WSS4J 2.0.
18+ * Contains {@code CallbackHandler} implementations for WSS4J 2.0+ .
1919 */
2020package org .springframework .ws .soap .security .wss4j2 .callback ;
Original file line number Diff line number Diff line change 1616
1717/**
1818 * Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J
19- * 2.0</a> WS-Security implementation within Spring-WS.
19+ * 2.0+ </a> WS-Security implementation within Spring-WS.
2020 */
2121package org .springframework .ws .soap .security .wss4j2 ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * Contains support classes for working with WSS4J 2.0.
18+ * Contains support classes for working with WSS4J 2.0+ .
1919 */
2020package org .springframework .ws .soap .security .wss4j2 .support ;
You can’t perform that action at this time.
0 commit comments