Fixed all poms
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@819708 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 834176f..6c702af 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -29,7 +29,7 @@
<name>Apache Felix Http Jetty</name>
<artifactId>org.apache.felix.http.jetty</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<build>
<plugins>
@@ -94,13 +94,11 @@
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.http.api</artifactId>
<version>${pom.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
<version>${pom.version}</version>
- <scope>provided</scope>
</dependency>
</dependencies>