Reactor seems stuck on using 1.4.0 bundleplugin everywhere, so can't use provided scope here as then base won't be on BND classpath

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@815282 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index c043b99..c3db561 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -80,7 +80,7 @@
             <groupId>${pom.groupId}</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope>
+            <!-- TEMP FIX <scope>provided</scope>-->
         </dependency>
     </dependencies>