FELIX-1811: fileinstall should depend on the official osgi artifacts

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@891165 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 40cbc6b..fa8d386 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -33,14 +33,14 @@
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.0.0</version>
+      <version>4.0.0</version>
     </dependency>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <version>1.0.0</version>
+      <version>4.0.0</version>
     </dependency>
   </dependencies>
   <build>