Author: carlos
Date: Sun Apr 30 12:49:43 2006
New Revision: 398414
URL: http://svn.apache.org/viewcvs?rev=398414&view=rev
Log:
Moved JDK 1.3 compatibility classes to separate project
Removed:
maven/surefire/branches/surefire-testng/surefire-booter/src/main/java/org/apache/maven/surefire/booter/util/NestedCheckedException.java
maven/surefire/branches/surefire-testng/surefire-booter/src/main/java/org/apache/maven/surefire/booter/util/NestedRuntimeException.java
Modified:
maven/surefire/branches/surefire-testng/surefire-api/pom.xml
Modified: maven/surefire/branches/surefire-testng/surefire-api/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/surefire/branches/surefire-testng/surefire-api/pom.xml?rev=398414&r1=398413&r2=398414&view=diff
==============================================================================
--- maven/surefire/branches/surefire-testng/surefire-api/pom.xml (original)
+++ maven/surefire/branches/surefire-testng/surefire-api/pom.xml Sun Apr 30
12:49:43 2006
@@ -15,7 +15,9 @@
~ limitations under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>surefire</artifactId>
<groupId>org.apache.maven.surefire</groupId>
@@ -29,6 +31,11 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.util</groupId>
+ <artifactId>jdk13-util</artifactId>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>