Author: tomdz
Date: Thu Apr 27 12:24:09 2006
New Revision: 397617
URL: http://svn.apache.org/viewcvs?rev=397617&view=rev
Log:
Fix for DDLUTILS-103
Modified:
db/ddlutils/trunk/pom.xml
Modified: db/ddlutils/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/db/ddlutils/trunk/pom.xml?rev=397617&r1=397616&r2=397617&view=diff
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Thu Apr 27 12:24:09 2006
@@ -26,9 +26,11 @@
<optional>true</optional>
</dependency>
<dependency>
+ <!-- TODO: There is no 0.8 version of betwixt at the moment so this will
fail
+ But this is better than specifying 0.7 which will not work
with DdlUtils -->
<groupId>commons-betwixt</groupId>
<artifactId>commons-betwixt</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>