From: Markus Koschany <apo@debian.org>
Date: Thu, 29 Aug 2019 23:07:36 +0200
Subject: java11

Build-Depend on jaxb-impl and javax API because these classes have been
removed in Java 11.
---
 activemq-client/pom.xml     | 5 +++++
 activemq-jdbc-store/pom.xml | 6 ++++++
 2 files changed, 11 insertions(+)

--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -84,6 +84,11 @@
       <artifactId>log4j-slf4j-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-annotation_1.3_spec</artifactId>
+        <version>1.0</version>
+    </dependency>
 
   </dependencies>
 
--- a/activemq-jdbc-store/pom.xml
+++ b/activemq-jdbc-store/pom.xml
@@ -58,6 +58,14 @@
       <artifactId>activeio-core</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <version>2.2.5</version>
+      <scope>system</scope>
+      <systemPath>/usr/share/java/jaxb-impl.jar</systemPath>
+    </dependency>
+
 
     <!-- =============================== -->
     <!-- Testing Dependencies -->
