Skip to content

Commits on Source 3

stax-ex (1.7.8-3) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #912351)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Mon, 05 Nov 2018 22:16:31 +0100
stax-ex (1.7.8-2) unstable; urgency=medium
* Team upload.
......
......@@ -9,9 +9,10 @@ Build-Depends:
javahelper,
junit4,
libactivation-java,
libjaxb-api-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.1.5
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/stax-ex.git
Vcs-Browser: https://salsa.debian.org/java-team/stax-ex
Homepage: https://javaee.github.io/metro-stax-ex/
......
Description: Adds the missing dependency on JAXB to build with Java 11
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,11 @@
<version>1.0-2</version>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>debian</version>
+ </dependency>
+ <dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
01-jaxb-dependency.patch