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