Skip to content

Commit

Permalink
[WFLY-18524] Update alias modules com.sun.xml.bind to org.glassfish.jaxb
Browse files Browse the repository at this point in the history
  • Loading branch information
soul2zimate committed Sep 20, 2023
1 parent 17c7737 commit d2c508b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<module name="jakarta.servlet.api"/>
<module name="javax.wsdl4j.api"/>
<module name="jakarta.xml.bind.api" services="import"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="jakarta.xml.soap.api"/>
<module name="jakarta.xml.ws.api"/>
<module name="org.apache.commons.lang3"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<module name="jakarta.resource.api" />
<module name="javax.wsdl4j.api" />
<module name="jakarta.xml.bind.api" services="import"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="com.sun.xml.messaging.saaj" export="true" services="export"/>
<module name="jakarta.xml.soap.api" />
<module name="jakarta.xml.ws.api" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<module name="jakarta.servlet.api" />
<module name="javax.wsdl4j.api" />
<module name="jakarta.xml.bind.api" services="import"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="jakarta.xml.soap.api" />
<module name="jakarta.xml.ws.api" />
<module name="org.apache.commons.lang3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<dependencies>
<module name="asm.asm" />
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="java.logging" />
<module name="java.security.jgss" />
<module name="java.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<module name="org.apache.commons.codec"/>
<module name="org.slf4j"/>
<module name="jakarta.xml.bind.api" services="import"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="java.xml"/>
<module name="java.xml.crypto"/>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<module name="jdk.security.jgss"/>
<module name="java.security.jgss"/>
<module name="jakarta.xml.bind.api" services="import"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="com.sun.xml.messaging.saaj" export="true" services="export"/>
<module name="org.apache.commons.codec"/>
<module name="org.apache.commons.logging"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<module name="asm.asm" export="true"/>
<module name="javax.wsdl4j.api" export="true"/>
<module name="jakarta.xml.ws.api" export="true"/>
<module name="com.sun.xml.bind" services="export" export="true"/>
<module name="org.glassfish.jaxb" services="export" export="true"/>
<module name="org.jboss.ws.api" export="true"/>
<module name="org.jboss.ws.spi" export="true"/>
<module name="org.jboss.ws.common" services="import" export="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<dependencies>
<module name="jakarta.xml.bind.api"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="org.apache.commons.logging"/>
<module name="org.apache.commons.beanutils"/>
<module name="java.xml"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</resources>

<dependencies>
<module name="com.sun.xml.bind"/>
<module name="org.glassfish.jaxb"/>
<module name="jakarta.xml.bind.api"/>
<module name="jakarta.enterprise.api"/>
<module name="jakarta.servlet.api"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</resources>

<dependencies>
<module name="com.sun.xml.bind"/>
<module name="org.glassfish.jaxb"/>
<module name="jakarta.xml.bind.api"/>
<module name="jakarta.enterprise.api"/>
<module name="jakarta.servlet.api"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<module name="jakarta.servlet.api" />
<module name="jakarta.xml.bind.api" />
<module name="jakarta.security.auth.message.api"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.glassfish.jaxb" services="import"/>
<module name="jakarta.xml.ws.api" />
<module name="org.jboss.ws.api" />
<module name="org.jboss.ws.spi" />
Expand Down

0 comments on commit d2c508b

Please sign in to comment.