Skip to content

Commit

Permalink
Merge pull request wildfly#7453 from ctomc/jaxb
Browse files Browse the repository at this point in the history
WFLY-4622 Add schema generator (com.sun.xml.bind:jaxb-jxc)
  • Loading branch information
bstansberry committed May 12, 2015
2 parents acbfcce + dfe6424 commit 026941c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions feature-pack/pom.xml
Expand Up @@ -262,6 +262,18 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-jxc</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
Expand Down
Expand Up @@ -31,6 +31,7 @@
<artifact name="${org.glassfish.jaxb:jaxb-core}"/>
<artifact name="${org.glassfish.jaxb:jaxb-runtime}"/>
<artifact name="${org.glassfish.jaxb:jaxb-xjc}"/>
<artifact name="${org.glassfish.jaxb:jaxb-jxc}"/>
<artifact name="${org.glassfish.jaxb:codemodel}"/>
<artifact name="${com.sun.xml.bind.external:rngom}"/>
</resources>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -1679,6 +1679,18 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-jxc</artifactId>
<version>${version.sun.jaxb}</version>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
Expand Down

0 comments on commit 026941c

Please sign in to comment.