FELIX-4137 Support Web Application Bundles
Apply patch by Dominique Pfister (thanks alot)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1496453 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 7ebb950..fcff4a9 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -71,11 +71,13 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
+ <version>4.2.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>
<dependency>
@@ -108,6 +110,11 @@
<version>7.6.3.v20120416</version>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-webapp</artifactId>
+ <version>7.6.3.v20120416</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.api</artifactId>
<version>2.2.0</version>