[java-sig-commits] [jetty] - Resolves #655808 - Fix util pom to reference javax.servlet groupid for servlet-api. - Don't add to

Jeff Johnston jjohnstn at fedoraproject.org
Wed Dec 1 19:59:32 UTC 2010


commit f6461121737ec719ef5f1d8a95fda8262d731e8c
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Wed Dec 1 14:59:34 2010 -0500

    - Resolves #655808
    - Fix util pom to reference javax.servlet groupid for servlet-api.
    - Don't add tomcat6-servlet-api to depmap.
    - Remove tomcat5 BR.

 jetty-util-pom.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/jetty-util-pom.patch b/jetty-util-pom.patch
new file mode 100644
index 0000000..a644076
--- /dev/null
+++ b/jetty-util-pom.patch
@@ -0,0 +1,12 @@
+diff -up ./modules/util/pom.xml.fix ./modules/util/pom.xml
+--- ./modules/util/pom.xml.fix	2010-12-01 14:35:37.000000000 -0500
++++ ./modules/util/pom.xml	2010-12-01 14:36:33.000000000 -0500
+@@ -97,7 +97,7 @@
+       <scope>test</scope>
+     </dependency>
+     <dependency>
+-      <groupId>org.mortbay.jetty</groupId>
++      <groupId>javax.servlet</groupId>
+       <artifactId>servlet-api</artifactId>
+       <version>${servlet-version}</version>
+       <scope>provided</scope>


More information about the java-sig-commits mailing list