Author: chatellier Date: 2009-03-25 11:33:30 +0000 (Wed, 25 Mar 2009) New Revision: 2035 Modified: isis-fish/trunk/pom.xml Log: La derniere version de h2 bug (Hexadecimal string contains non-hex character) Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-03-25 10:29:19 UTC (rev 2034) +++ isis-fish/trunk/pom.xml 2009-03-25 11:33:30 UTC (rev 2035) @@ -217,10 +217,11 @@ </dependency> <!-- Change this dependence if you change database --> + <!-- 109 bug on hex characters --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.109</version> + <version>1.1.108</version> <scope>compile</scope> </dependency>