Modify launcher to automatically install and start bundles in the
auto-deploy directory without need for configuration. (FELIX-1446)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@800486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 7eb0d86..c62375a 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -68,6 +68,10 @@
           <groupId>${pom.groupId}</groupId>
           <artifactId>org.osgi.core</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>${pom.groupId}</groupId>
+          <artifactId>org.osgi.compendium</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -81,6 +85,10 @@
         </exclusion>
         <exclusion>
           <groupId>${pom.groupId}</groupId>
+          <artifactId>org.osgi.compendium</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>${pom.groupId}</groupId>
           <artifactId>org.osgi.service.obr</artifactId>
         </exclusion>
         <exclusion>