reverted H2 upgrade due to issues with Jenkins and Java 6 compatability

This commit is contained in:
Jeremy Long
2016-07-27 06:23:56 -04:00
parent ba15de2218
commit bed04150e1
4 changed files with 4 additions and 4 deletions

View File

@@ -551,7 +551,7 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.192</version>
<version>1.3.176</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>