Author: michiel
Date: 2010-02-19 23:02:52 +0100 (Fri, 19 Feb 2010)
New Revision: 41143
Modified:
mmbase/trunk/core/pom.xml
Log:
cleaned up a bit
Modified: mmbase/trunk/core/pom.xml
===================================================================
--- mmbase/trunk/core/pom.xml 2010-02-19 21:46:29 UTC (rev 41142)
+++ mmbase/trunk/core/pom.xml 2010-02-19 22:02:52 UTC (rev 41143)
@@ -80,12 +80,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.mmbase.maven</groupId>
<artifactId>maven-mmbase-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
@@ -115,38 +109,8 @@
<version>${project.version}</version>
</dependency>
- <!--
- <dependency>
- <groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</artifactId>
- <version>4.0.1</version>
- </dependency>
- -->
-
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- </dependency>
- <dependency>
- <!-- this is actually a depdency of commons-fileupload
- which for some reason we have to maintain manually nowadays.
- -->
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>${jsp.groupId}</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
@@ -154,16 +118,18 @@
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>jstl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
+ <artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
+
+
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
@@ -192,6 +158,27 @@
<scope>test</scope>
</dependency>
+ <!--
+ Spring has a mock imlementation of PageContext, which is used for
testing some parts of this taglib.
+ -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-mock</artifactId>
+ <version>2.0-rc3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>2.0-m4</version>
+ <scope>test</scope>
+ </dependency>
+
+
+
+
+
+
</dependencies>
<reporting>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs