FELIX-50 Added support for configuration dependencies. Read the JavaDoc of ConfigurationDependency for more info.
Updated all headers to contain the correct license information and @author.
Fixed an issue with methods not becoming accessible (which was caused by some strange, undocumented behaviour).
Fixed an issue that prevented callback methods in superclasses from being invocable.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@544776 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/pom.xml b/dependencymanager/pom.xml
index 035b6fc..b3fadca 100644
--- a/dependencymanager/pom.xml
+++ b/dependencymanager/pom.xml
@@ -15,6 +15,12 @@
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>${pom.version}</version>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>