106054
From 6dae6b12759819afbe9abd60b27c45509ac50499 Mon Sep 17 00:00:00 2001
106054
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
106054
Date: Tue, 24 Jan 2012 11:13:25 +0100
106054
Subject: [PATCH 4/8] Modify dependencies
106054
106054
- remove sun httpserver
106054
- add tomcat-jasper
106054
---
106054
 jetty-http-spi/pom.xml                 |    6 ------
106054
 jetty-osgi/jetty-osgi-boot-jsp/pom.xml |    9 +++++++++
106054
 2 files changed, 9 insertions(+), 6 deletions(-)
106054
106054
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
106054
index c641c36..922bad0 100644
106054
--- a/jetty-http-spi/pom.xml
106054
+++ b/jetty-http-spi/pom.xml
106054
@@ -17,12 +17,6 @@
106054
       <scope>test</scope>
106054
     </dependency>
106054
     <dependency>
106054
-      <groupId>com.sun.net.httpserver</groupId>
106054
-      <artifactId>http</artifactId>
106054
-      <version>20070405</version>
106054
-      <scope>provided</scope>
106054
-    </dependency>
106054
-    <dependency>
106054
       <groupId>org.eclipse.jetty</groupId>
106054
       <artifactId>jetty-server</artifactId>
106054
       <version>${project.version}</version>
106054
diff --git a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
106054
index 5fbc952..eaba79e 100644
106054
--- a/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
106054
+++ b/jetty-osgi/jetty-osgi-boot-jsp/pom.xml
106054
@@ -41,6 +41,15 @@
106054
       <groupId>org.eclipse.jetty</groupId>
106054
       <artifactId>jetty-jsp</artifactId>
106054
       <version>${project.version}</version>
106054
+    </dependency>  
106054
+    <dependency>
106054
+     <groupId>org.apache.tomcat</groupId>
106054
+     <artifactId>tomcat-jasper</artifactId>
106054
+     <version>7.0.23</version>
106054
+    </dependency>
106054
+    <dependency>
106054
+     <groupId>${servlet.spec.groupId}</groupId>
106054
+     <artifactId>${servlet.spec.artifactId}</artifactId>
106054
     </dependency>
106054
   </dependencies>
106054
 
106054
-- 
106054
1.7.7.6
106054