Skip to content

Commit

Permalink
Fix test after CXF upgrade
Browse files Browse the repository at this point in the history
See gh-109
  • Loading branch information
ciscoo committed Apr 5, 2024
1 parent 1268c83 commit dea4e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<bindings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/jaxws/wsdl_customizationschema_2_0.xsd">
<bindings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="https://jakarta.ee/xml/ns/jaxws">
<bindings node="wsdl:definitions">
<enableAsyncMapping>true</enableAsyncMapping>
</bindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void defaultDependencies() {
"cxf-tools-wsdlto-databinding-jaxb",
"cxf-tools-wsdlto-frontend-jaxws",
"cxf-tools-wsdlto-frontend-javascript");
var expectedVersions = List.of("2.0.9", "4.0.3", "4.0.3", "4.0.3", "4.0.3", "4.0.3", "4.0.3");
var expectedVersions = List.of("2.0.9", "4.0.4", "4.0.4", "4.0.4", "4.0.4", "4.0.4", "4.0.4");

Configuration configuration =
this.project.getConfigurations().getByName(CxfCodegenPlugin.CXF_CODEGEN_CONFIGURATION_NAME);
Expand Down

0 comments on commit dea4e68

Please sign in to comment.