Skip to content

Commit

Permalink
Integrate jaxws-ri 3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Apr 7, 2021
1 parent 3e75119 commit 378dd0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions wsit/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</developers>

<properties>
<jaxws.ri.version>3.0.1-b02</jaxws.ri.version>
<jaxws.ri.version>3.0.1</jaxws.ri.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -92,12 +92,6 @@
<version>${jaxws.ri.version}</version>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
<version>3.0.1-b01</version>
</dependency>

<!-- Distribution Artifacts -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
1 change: 1 addition & 0 deletions wsit/bundles/wsit-api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
requires transitive com.sun.istack.runtime;
requires transitive com.sun.xml.ws.policy;
requires transitive gmbal;
requires transitive org.glassfish.ha.api;

exports com.oracle.webservices.oracle_internal_api.rm;
exports com.sun.xml.ws.api.tx.at;
Expand Down
1 change: 1 addition & 0 deletions wsit/bundles/wsit-impl/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
requires com.sun.xml.fastinfoset;
requires static com.sun.xml.ws.servlet;
requires gmbal;
requires transitive org.glassfish.ha.api;

exports com.sun.xml.ws.assembler.metro.jaxws;
exports com.sun.xml.ws.assembler.metro;
Expand Down

0 comments on commit 378dd0b

Please sign in to comment.