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

Commit

Permalink
Removed JAXB1 and its dependencies (msv-core, isorelax, xsdlib).
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
  • Loading branch information
Roman Grigoriadi committed Jun 7, 2018
1 parent 77ff529 commit 56c0575
Show file tree
Hide file tree
Showing 72 changed files with 1 addition and 10,302 deletions.
17 changes: 0 additions & 17 deletions jaxb-ri/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@

<properties>
<ant.version>1.10.2</ant.version>
<msv.version>2013.6.1</msv.version>
<!-- don't forget to check if isorelax.version is valid -> used in osgi -->
<relaxngDatatype.version>20020414</relaxngDatatype.version>
<isorelax.version>20090621</isorelax.version>
</properties>

<dependencyManagement>
Expand All @@ -88,26 +86,11 @@
<artifactId>ant</artifactId>
<version>${ant.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.msv</groupId>
<artifactId>msv-core</artifactId>
<version>${msv.version}</version>
</dependency>
<dependency> <!-- xjc dependency... needed to be specified for xjc maven-dependency-plugin -->
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>${relaxngDatatype.version}</version>
</dependency>
<dependency> <!--for osgi sources-->
<groupId>net.java.dev.msv</groupId>
<artifactId>xsdlib</artifactId>
<version>${msv.version}</version>
</dependency>
<dependency> <!--for osgi sources-->
<groupId>com.sun.xml.bind.jaxb</groupId>
<artifactId>isorelax</artifactId>
<version>${isorelax.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
68 changes: 0 additions & 68 deletions jaxb-ri/bundles/osgi/extra/exclude.xml

This file was deleted.

Loading

0 comments on commit 56c0575

Please sign in to comment.