From: Markus Koschany <apo@debian.org>
Date: Tue, 13 Sep 2016 01:11:38 +0200
Subject: activemq-client jar

Fix FTBFS due to wrong packaging type.
Forwarded: no
---
 activemq-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 88fd6ea..383b28b 100644
--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>activemq-client</artifactId>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <name>ActiveMQ :: Client</name>
   <description>The ActiveMQ Client implementation</description>
 
