File: fix_jaxb_dependencies.patch

package info (click to toggle)
tiled-qt 1.11.90-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 40,304 kB
  • sloc: cpp: 125,078; java: 4,174; python: 1,634; xml: 1,524; sh: 427; makefile: 67; ruby: 15
file content (21 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Fix JAXB dependencies.
 This patch fixes libtiled-java dependencies to use javax.xml.bind
 from Debian.
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Last-Update: 2019-10-10
Index: tiled-qt-1.11.90/util/java/libtiled-java/pom.xml
===================================================================
--- tiled-qt-1.11.90.orig/util/java/libtiled-java/pom.xml
+++ tiled-qt-1.11.90/util/java/libtiled-java/pom.xml
@@ -33,6 +33,11 @@
             <version>5.7.0</version>
             <scope>test</scope>
         </dependency>
+	<dependency>
+	  <groupId>javax.xml.bind</groupId>
+	  <artifactId>jaxb-api</artifactId>
+	  <version>debian</version>
+	</dependency>
     </dependencies>
 
     <build>