Fixed all poms
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@819708 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index 8d75432..0454ecb 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -29,7 +29,7 @@
<name>Apache Felix Http Bundle</name>
<artifactId>org.apache.felix.http.bundle</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<build>
<plugins>
@@ -79,19 +79,16 @@
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.http.bridge</artifactId>
<version>${pom.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.http.jetty</artifactId>
<version>${pom.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.http.whiteboard</artifactId>
<version>${pom.version}</version>
- <scope>provided</scope>
</dependency>
</dependencies>