Author: niallp
Date: Sat May 17 16:03:36 2008
New Revision: 657477
URL: http://svn.apache.org/viewvc?rev=657477&view=rev
Log:
Change m1 build dependency to JUnit 3.8.1 to fix JDK 1.3 issues and add new
mockrunner dependency for the new JXPathServletContextTest test case
http://svn.apache.org/viewvc?view=rev&revision=652848
Modified:
commons/proper/jxpath/trunk/project.xml
Modified: commons/proper/jxpath/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/project.xml?rev=657477&r1=657476&r2=657477&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/project.xml (original)
+++ commons/proper/jxpath/trunk/project.xml Sat May 17 16:03:36 2008
@@ -141,7 +141,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<type>jar</type>
- <version>3.8.2</version>
+ <version>3.8.1</version>
<url>http://www.junit.org/</url>
<properties>
<scope>test</scope>
@@ -190,6 +190,15 @@
</properties>
</dependency>
<dependency>
+ <groupId>com.mockrunner</groupId>
+ <artifactId>mockrunner-jdk1.3-j2ee1.3</artifactId>
+ <version>0.4</version>
+ <properties>
+ <scope>test</scope>
+ <comment>testing only</comment>
+ </properties>
+ </dependency>
+ <dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>