Description: Disable MQTT transport (new feature of 5.6 release)
 because it depends on non-existing library in Debian.
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2012-05-28
Forwarded: not-needed
--- a/activemq-core/pom.xml
+++ b/activemq-core/pom.xml
@@ -54,8 +54,6 @@
       org.w3c.dom.traversal*;resolution:=optional,
       org.fusesource.hawtbuf*;resolution:=optional,
       org.fusesource.mq.leveldb*;resolution:=optional,
-      org.fusesource.mqtt.client*;resolution:=optional,
-      org.fusesource.mqtt.codec*;resolution:=optional,
       *
     </activemq.osgi.import.pkg>
     <activemq.osgi.export>
@@ -407,6 +405,15 @@
         </configuration>
       </plugin>
 
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+        <excludes>
+           <exclude>**/mqtt/*</exclude>
+        </excludes>
+        </configuration>
+      </plugin>
+
       <!-- Configure which tests are included/excuded -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
