Uses bridge instead of bundle for sample

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820482 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/bridge/pom.xml b/http/samples/bridge/pom.xml
index f22aaa3..4b7b905 100644
--- a/http/samples/bridge/pom.xml
+++ b/http/samples/bridge/pom.xml
@@ -51,7 +51,7 @@
                         </goals>
                         <configuration>
                             <includeArtifactIds>
-                                org.apache.felix.http.bundle,org.apache.felix.http.samples.filter,org.apache.felix.webconsole
+                                org.apache.felix.http.bridge,org.apache.felix.http.samples.filter,org.apache.felix.webconsole
                             </includeArtifactIds>
                             <stripVersion>true</stripVersion>
                             <outputDirectory>
@@ -121,7 +121,7 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>org.apache.felix.http.bundle</artifactId>
+            <artifactId>org.apache.felix.http.bridge</artifactId>
             <version>${pom.version}</version>
             <scope>provided</scope>
         </dependency>