Needed to exclude shell's compendium dependency, since it now
depends on compendium for the log service. (FELIX-1052)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@770797 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index 4ca9a5e..e03dd60 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -53,6 +53,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>