Upgraded H2 jar and removed workaround for Blob.getBytes() bug.

The H2 developers are amazing. :-)
This commit is contained in:
akwizgran
2011-10-25 09:42:27 +01:00
parent 9ec8feec78
commit 995518c48b
4 changed files with 3 additions and 26 deletions

View File

@@ -14,7 +14,6 @@
<classpathentry kind="lib" path="lib/test/hamcrest-library-1.1.jar"/>
<classpathentry kind="lib" path="lib/test/jmock-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/h2small-1.3.157.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.9b3.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-146.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
@@ -22,5 +21,6 @@
<classpathentry kind="lib" path="lib/jnotify-0.93.jar"/>
<classpathentry kind="lib" path="lib/bluecove-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/bluecove-gpl-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/h2small-snapshot-2011-10-25.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>