Upgrade h2 to latest stable 1.3.x release. Changing to 1.4.x resulted in test failure, though from reading their website 1.4.x seem to still be a beta release.

Former-commit-id: caaf2c9ab015efea1d9fb9e1a27cef2d80a2a8df
This commit is contained in:
Hans Joachim Desserud
2015-01-01 15:03:51 +01:00
parent 59815b858e
commit e73f9ab02f

View File

@@ -474,7 +474,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.172</version>
<version>1.3.176</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>