Blame SOURCES/0004-Modify-dependencies.patch

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