FELIX-2179 Actually none of the dependencies need to be compile. So changing dependencies to provided and upgrading bundle plugin to be able to include classes from the provded dependency.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@919808 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configadmin/pom.xml b/configadmin/pom.xml
index 70ad9f7..f9368f3 100644
--- a/configadmin/pom.xml
+++ b/configadmin/pom.xml
@@ -40,11 +40,13 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <version>4.0.0</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
             <version>4.2.0</version>
+            <scope>provided</scope>
         </dependency>
         
         <!-- Integration Testing with Pax Exam -->
@@ -85,7 +87,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
+                <version>2.0.1</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>