File: jaxb-api-compatibility.diff

package info (click to toggle)
resteasy3.0 3.0.26-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 31,220 kB
  • sloc: java: 219,084; xml: 24,472; javascript: 405; jsp: 166; python: 101; sh: 15; makefile: 4; sql: 3
file content (14 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/resteasy-jaxrs/pom.xml
+++ b/resteasy-jaxrs/pom.xml
@@ -109,6 +109,11 @@
             <groupId>org.jboss.logging</groupId>
             <artifactId>jboss-logging-processor</artifactId>
         </dependency>
+	<dependency>
+         <groupId>javax.xml.bind</groupId>
+         <artifactId>jaxb-api</artifactId>
+         <version>2.3.0</version>
+       </dependency>
     </dependencies>
 
     <build>