Package: jaxb / 2.2.5-1

add-dependencies.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
From: Juan Hernandez <juan.hernandez@redhat.com>
Description: Add missing dependencies and remove dependency on jvnet-parent

--- a/jaxb-impl.pom
+++ b/jaxb-impl.pom
@@ -43,12 +43,6 @@
 
 <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">
 
-    <parent>
-        <groupId>net.java</groupId>
-        <artifactId>jvnet-parent</artifactId>
-        <version>1</version>
-    </parent>
-    
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.sun.xml.bind</groupId>
     <artifactId>jaxb-impl</artifactId>
@@ -91,6 +85,37 @@
         <url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
     </scm>
 
+    <dependencies>
+        <dependency>
+            <groupId>isorelax</groupId>
+            <artifactId>isorelax</artifactId>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/isorelax.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>net.java.dev.msv</groupId>
+            <artifactId>msv</artifactId>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/msv-core.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>relaxngDatatype</groupId>
+            <artifactId>relaxngDatatype</artifactId>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/relaxngDatatype.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.istack</groupId>
+            <artifactId>istack-commons-runtime</artifactId>
+            <version>2.6.1</version>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.txw2</groupId>
+            <artifactId>txw2</artifactId>
+            <version>20110809</version>
+        </dependency>
+    </dependencies>
+
     <dependencyManagement>        
         <dependencies>
             <dependency>
--- a/jaxb-xjc.pom
+++ b/jaxb-xjc.pom
@@ -43,12 +43,6 @@
 
 <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">
 
-    <parent>
-        <groupId>net.java</groupId>
-        <artifactId>jvnet-parent</artifactId>
-        <version>1</version>
-    </parent>
-    
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.sun.xml.bind</groupId>
     <artifactId>jaxb-xjc</artifactId>
@@ -91,6 +85,45 @@
         <url>http://java.net/projects/jaxb/sources/version2/show/branches/jaxb-2_2-branch/jaxb-ri</url>
     </scm>
 
+    <dependencies>
+      <dependency>
+        <groupId>com.sun.codemodel</groupId>
+        <artifactId>codemodel</artifactId>
+        <version>2.6</version>
+      </dependency>
+      <dependency>
+        <groupId>com.sun.xml.dtd-parser</groupId>
+        <artifactId>dtd-parser</artifactId>
+        <version>1.2-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>com.sun.istack</groupId>
+        <artifactId>istack-commons-tools</artifactId>
+        <version>2.6.1</version>
+      </dependency>
+      <dependency>
+        <groupId>relaxngDatatype</groupId>
+        <artifactId>relaxngDatatype</artifactId>
+        <scope>system</scope>
+        <systemPath>/usr/share/java/relaxngDatatype.jar</systemPath>
+      </dependency>
+      <dependency>
+        <groupId>xml-resolver</groupId>
+        <artifactId>xml-resolver</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.kohsuke.rngom</groupId>
+        <artifactId>rngom</artifactId>
+        <version>201103-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>com.sun.xsom</groupId>
+        <artifactId>xsom</artifactId>
+        <version>20110809</version>
+      </dependency>
+    </dependencies>
+
     <dependencyManagement>
         <dependencies>
             <dependency>