]> git.pld-linux.org Git - packages/maven.git/blame - maven-site-plugin-addservletdep.patch
- s/maven2/maven/g in paths of patched files
[packages/maven.git] / maven-site-plugin-addservletdep.patch
CommitLineData
ad51ea80 1--- maven-plugins/maven-site-plugin/pom.xml.orig 2009-01-27 12:46:58.030715000 -0500
2+++ maven-plugins/maven-site-plugin/pom.xml 2009-01-27 12:47:44.980506000 -0500
bd00ca76 3@@ -184,11 +184,18 @@
4 <artifactId>plexus-utils</artifactId>
5 <version>1.4.1</version>
6 </dependency>
7+<!--
8 <dependency>
9 <groupId>org.mortbay.jetty</groupId>
10 <artifactId>jetty</artifactId>
11 <version>6.0.0rc0</version>
12 </dependency>
13+-->
14+ <dependency>
15+ <groupId>javax.servlet</groupId>
16+ <artifactId>servlet-api</artifactId>
17+ <version>2.4</version>
18+ </dependency>
19 <dependency>
20 <groupId>org.apache.maven.shared</groupId>
21 <artifactId>maven-plugin-testing-harness</artifactId>
This page took 0.068379 seconds and 4 git commands to generate.