~hudson-ubuntu/+junk/jenkins-winstone

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: Use system provided version of servlet and JSP 
 API and associated XSD/DTD files instead of upstream bundled 
 ones which don't appear to have a license granted (see README.source)
Author: James Page <james.page@ubuntu.com>
Forwarded: not-needed

Index: jenkins-winstone/pom.xml
===================================================================
--- jenkins-winstone.orig/pom.xml	2011-06-09 17:14:31.853093350 +0100
+++ jenkins-winstone/pom.xml	2011-06-09 17:15:31.023093392 +0100
@@ -145,6 +145,19 @@
           <version>1.6</version>
           <scope>test</scope>
       </dependency>
+
+      <dependency>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+          <version>2.5</version>
+      </dependency>
+
+      <dependency>
+          <groupId>javax.servlet.jsp</groupId>
+          <artifactId>jsp-api</artifactId>
+          <version>2.1</version>
+      </dependency>
+
   </dependencies>
 
 </project>