Change OSGi API dependencies to be on the official JAR files. Added core
dependencies where needed.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index be7eb0c..c6ed995 100644
--- a/http/proxy/pom.xml
+++ b/http/proxy/pom.xml
@@ -56,7 +56,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
             <scope>provided</scope>
         </dependency>