File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.github.skjolber</groupId >
44 <artifactId >mockito-soap-cxf</artifactId >
5- <version >2.0.1 -SNAPSHOT</version >
5+ <version >2.0.2 -SNAPSHOT</version >
66 <name >mockito-soap-cxf</name >
77 <description >SOAP web-service mocking utility for CXF</description >
88 <url >https://github.com/skjolber/mockito-soap-cxf</url >
1818
1919 <mockito .version>5.1.1</mockito .version>
2020 <hamcrest .version>2.2</hamcrest .version>
21- <commons-io .version>2.11 .0</commons-io .version>
21+ <commons-io .version>2.14 .0</commons-io .version>
2222
23- <cxf .version>4.0.4 </cxf .version>
24- <spring .version>6.0.8 </spring .version>
23+ <cxf .version>4.1.0 </cxf .version>
24+ <spring .version>6.1.14 </spring .version>
2525
2626 <logback .version>1.2.13</logback .version>
2727 <slf4j .version>1.7.32</slf4j .version>
Original file line number Diff line number Diff line change 11<jaxws : bindings xmlns : xs =" http://www.w3.org/2001/XMLSchema"
2- xmlns:wsdl=" http://schemas.xmlsoap.org/wsdl/" xmlns : jaxws =" http ://java.sun.com /xml/ns/jaxws"
3- xmlns:jaxb= " http ://java.sun.com /xml/ns/jaxb" >
2+ xmlns:wsdl=" http://schemas.xmlsoap.org/wsdl/" xmlns : jaxws =" https ://jakarta.ee /xml/ns/jaxws"
3+ xmlns:jxb= " https ://jakarta.ee /xml/ns/jaxb" >
44 <!-- Turn off wrapper style Java method signature generation -->
55 <jaxws : enableWrapperStyle >false</jaxws : enableWrapperStyle >
66</jaxws : bindings >
You can’t perform that action at this time.
0 commit comments