Blob Blame History Raw
From 968ec2b8f92311ef6c5e3d17dba2f9bd3bd4df68 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 24 Jan 2012 11:13:25 +0100
Subject: [PATCH 5/6] Modify dependencies

- remove sun httpserver
- add tomcat-jasper
---
 jetty-http-spi/pom.xml                 |    6 ------
 jetty-osgi/jetty-osgi-boot-jsp/pom.xml |    5 +++++
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index dd64b1f..3df3312 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -17,12 +17,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.sun.net.httpserver</groupId>
-      <artifactId>http</artifactId>
-      <version>20070405</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
       <version>${project.version}</version>
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
index 9bc544b..2417dd5 100644
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
@@ -53,6 +53,11 @@
       <version>2.2</version>
     </dependency>
     <dependency>
+     <groupId>org.apache.tomcat</groupId>
+     <artifactId>tomcat-jasper</artifactId>
+     <version>7.0.23</version>
+    </dependency>
+    <dependency>
      <groupId>${servlet.spec.groupId}</groupId>
      <artifactId>${servlet.spec.artifactId}</artifactId>
     </dependency>
-- 
1.7.6.2