Fix build of ActiveMQ OSGi bundle
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 8ee9c23..2c31c4b 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -170,11 +170,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-web</artifactId>
-      <exclusions>
-        <exclusion>
-          <artifactId>activemq-all</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>