Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

JAXB implementation is a separate set of JAR files with split package issues #1152

Merged
merged 7 commits into from Nov 7, 2017
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 0 additions & 22 deletions jaxb-ri/boms/bom/pom.xml
Expand Up @@ -77,12 +77,6 @@
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
Expand All @@ -103,12 +97,6 @@
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
Expand Down Expand Up @@ -149,11 +137,6 @@
<artifactId>jaxb-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
Expand All @@ -171,11 +154,6 @@
<artifactId>jaxb-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
Expand Down
349 changes: 0 additions & 349 deletions jaxb-ri/bundles/core/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions jaxb-ri/bundles/jxc/pom.xml
Expand Up @@ -319,7 +319,6 @@
<include>org.glassfish.jaxb:jaxb-jxc</include>
</includes>
<excludes>
<exclude>org.glassfish.jaxb:jaxb-core</exclude>
<exclude>org.glassfish.jaxb:jaxb-xjc-jdk9</exclude>
<exclude>org.glassfish.jaxb:jaxb-xjc</exclude>
<exclude>org.glassfish.jaxb:jaxb-runtime</exclude>
Expand Down Expand Up @@ -349,7 +348,7 @@
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.sun.tools.jxc.SchemaGeneratorFacade</mainClass>
<manifestEntries>
<Class-Path>jaxb-core.jar jaxb-impl.jar jaxb-xjc.jar</Class-Path>
<Class-Path>jaxb-impl.jar jaxb-xjc.jar</Class-Path>
<Major-Version>${jaxb.majorVersion}.${jaxb.minorVersion}.${jaxb.incrementalVersion}</Major-Version>
<Specification-Version>${jaxb-api.majorVersion}.${jaxb-api.minorVersion}</Specification-Version>
<Git-Revision>${buildNumber}</Git-Revision>
Expand Down