File: jaxb_dependency.patch

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (18 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: adding missing jaxb-api dependency in pom
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/CampagneLaboratory/goby3/issues/10
Last-Update: 2021-11-23

--- a/goby-distribution/pom.xml
+++ b/goby-distribution/pom.xml
@@ -389,5 +389,10 @@
             <artifactId>distlib</artifactId>
             <version>debian</version>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>debian</version>
+        </dependency>
     </dependencies>
 </project>