[FELIX-3294] FileInstall dependencies on osgi artifacts should have a 'provided' scope
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1301367 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 6854487..39593dc 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -36,11 +36,13 @@
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.1.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>4.1.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>