Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exceptions/custom-fault-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
}

dependencies {
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '2.3.2'
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '3.0.1'
}

project.ext {
Expand Down
2 changes: 1 addition & 1 deletion exceptions/java-exception-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
}

dependencies {
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '2.3.2'
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '3.0.1'
}

project.ext {
Expand Down
2 changes: 1 addition & 1 deletion type-mapping/wsdl2java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
}

dependencies {
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '2.3.2'
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '3.0.1'
}

project.ext {
Expand Down
2 changes: 1 addition & 1 deletion ws-client/plain-style/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
}

dependencies {
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '2.3.2'
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '3.0.1'
}

project.ext {
Expand Down
2 changes: 1 addition & 1 deletion ws-client/wrapper-style/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
}

dependencies {
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '2.3.2'
jaxws group: 'com.sun.xml.ws', name: 'jaxws-tools', version: '3.0.1'
}

project.ext {
Expand Down