From: dion g. <dio...@us...> - 2004-04-25 16:19:42
|
diongillard 04/04/25 09:15:18 Modified: dbunit/xdocs properties.xml dbunit project.xml Log: Update to dbunit v2 Revision Changes Path 1.7 +2 -1 maven-plugins/dbunit/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/properties.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 18 Sep 2003 02:05:31 -0000 1.6 +++ properties.xml 25 Apr 2004 16:15:18 -0000 1.7 @@ -36,7 +36,8 @@ <td>Yes</td> <td> <p> - Format for the import/delete functionality. Default is <code>xml</code> + Format for the import/delete functionality. Default is <code>xml</code>. Alternatively you + could specify <code>flat</code>. </p> </td> </tr> 1.18 +3 -16 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 3 Mar 2004 04:25:38 -0000 1.17 +++ project.xml 25 Apr 2004 16:15:18 -0000 1.18 @@ -49,22 +49,9 @@ <dependencies> <!-- dbunit deps --> <dependency> - <id>dbunit</id> - <version>1.5.5</version> - <properties> - <classloader>root.maven</classloader> - </properties> - </dependency> - <dependency> - <id>dtdparser</id> - <version>1.21</version> - <properties> - <classloader>root.maven</classloader> - </properties> - </dependency> - <dependency> - <id>exml</id> - <version>dbunit1.5.1</version> + <groupId>dbunit</groupId> + <artifactId>dbunit</artifactId> + <version>2.0</version> <properties> <classloader>root.maven</classloader> </properties> |