Add OSGi Core as a top level dependency in the pom file.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@816474 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/webconsole-plugin/pom.xml b/ipojo/webconsole-plugin/pom.xml
index c3dee06..0605305 100644
--- a/ipojo/webconsole-plugin/pom.xml
+++ b/ipojo/webconsole-plugin/pom.xml
@@ -122,5 +122,10 @@
       <artifactId>org.apache.felix.ipojo.annotations</artifactId>
       <version>1.4.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>4.0.0</version>
+    </dependency>
   </dependencies>
 </project>