|
|
558672 |
--- a/jaxb-impl.pom
|
|
|
558672 |
+++ b/jaxb-impl.pom
|
|
|
558672 |
@@ -43,12 +43,6 @@
|
|
|
558672 |
|
|
|
558672 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
558672 |
|
|
|
558672 |
- <parent>
|
|
|
558672 |
- <groupId>net.java</groupId>
|
|
|
558672 |
- <artifactId>jvnet-parent</artifactId>
|
|
|
558672 |
- <version>1</version>
|
|
|
558672 |
- </parent>
|
|
|
558672 |
-
|
|
|
558672 |
<modelVersion>4.0.0</modelVersion>
|
|
|
558672 |
<groupId>com.sun.xml.bind</groupId>
|
|
|
558672 |
<artifactId>jaxb-impl</artifactId>
|
|
|
558672 |
@@ -91,6 +85,37 @@
|
|
|
558672 |
<url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
|
|
|
558672 |
</scm>
|
|
|
558672 |
|
|
|
558672 |
+ <dependencies>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>isorelax</groupId>
|
|
|
558672 |
+ <artifactId>isorelax</artifactId>
|
|
|
558672 |
+ <scope>system</scope>
|
|
|
558672 |
+ <systemPath>/usr/share/java/isorelax.jar</systemPath>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>msv-msv</groupId>
|
|
|
558672 |
+ <artifactId>msv-msv</artifactId>
|
|
|
558672 |
+ <scope>system</scope>
|
|
|
558672 |
+ <systemPath>/usr/share/java/msv-msv.jar</systemPath>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>relaxngDatatype</groupId>
|
|
|
558672 |
+ <artifactId>relaxngDatatype</artifactId>
|
|
|
558672 |
+ <scope>system</scope>
|
|
|
558672 |
+ <systemPath>/usr/share/java/relaxngDatatype.jar</systemPath>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.istack</groupId>
|
|
|
558672 |
+ <artifactId>istack-commons-runtime</artifactId>
|
|
|
558672 |
+ <version>2.6.1</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.xml.txw2</groupId>
|
|
|
558672 |
+ <artifactId>txw2</artifactId>
|
|
|
558672 |
+ <version>20110809</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ </dependencies>
|
|
|
558672 |
+
|
|
|
558672 |
<dependencyManagement>
|
|
|
558672 |
<dependencies>
|
|
|
558672 |
<dependency>
|
|
|
558672 |
--- a/jaxb-xjc.pom
|
|
|
558672 |
+++ b/jaxb-xjc.pom
|
|
|
558672 |
@@ -43,12 +43,6 @@
|
|
|
558672 |
|
|
|
558672 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
558672 |
|
|
|
558672 |
- <parent>
|
|
|
558672 |
- <groupId>net.java</groupId>
|
|
|
558672 |
- <artifactId>jvnet-parent</artifactId>
|
|
|
558672 |
- <version>1</version>
|
|
|
558672 |
- </parent>
|
|
|
558672 |
-
|
|
|
558672 |
<modelVersion>4.0.0</modelVersion>
|
|
|
558672 |
<groupId>com.sun.xml.bind</groupId>
|
|
|
558672 |
<artifactId>jaxb-xjc</artifactId>
|
|
|
558672 |
@@ -91,6 +85,45 @@
|
|
|
558672 |
<url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
|
|
|
558672 |
</scm>
|
|
|
558672 |
|
|
|
558672 |
+ <dependencies>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.codemodel</groupId>
|
|
|
558672 |
+ <artifactId>codemodel</artifactId>
|
|
|
558672 |
+ <version>2.6</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.xml.dtd-parser</groupId>
|
|
|
558672 |
+ <artifactId>dtd-parser</artifactId>
|
|
|
558672 |
+ <version>1.2-SNAPSHOT</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.istack</groupId>
|
|
|
558672 |
+ <artifactId>istack-commons-tools</artifactId>
|
|
|
558672 |
+ <version>2.6.1</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>relaxngDatatype</groupId>
|
|
|
558672 |
+ <artifactId>relaxngDatatype</artifactId>
|
|
|
558672 |
+ <scope>system</scope>
|
|
|
558672 |
+ <systemPath>/usr/share/java/relaxngDatatype.jar</systemPath>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>xml-resolver</groupId>
|
|
|
558672 |
+ <artifactId>xml-resolver</artifactId>
|
|
|
558672 |
+ <version>1.2</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>org.kohsuke.rngom</groupId>
|
|
|
558672 |
+ <artifactId>rngom</artifactId>
|
|
|
558672 |
+ <version>201103-SNAPSHOT</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ <dependency>
|
|
|
558672 |
+ <groupId>com.sun.xsom</groupId>
|
|
|
558672 |
+ <artifactId>xsom</artifactId>
|
|
|
558672 |
+ <version>20110809</version>
|
|
|
558672 |
+ </dependency>
|
|
|
558672 |
+ </dependencies>
|
|
|
558672 |
+
|
|
|
558672 |
<dependencyManagement>
|
|
|
558672 |
<dependencies>
|
|
|
558672 |
<dependency>
|