Blob Blame History Raw
From ec29eb222cbe1eff0ce5d06fdd68e8702ece7d30 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 24 Jan 2012 11:13:25 +0100
Subject: [PATCH 6/7] 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 07b6ce6..0142146 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 7c72a98..6e1d432 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