Java 13966 - Fix integration tests (#12900)

* [JAVA-13966] Fixed test with MODE=LEGACY property

* [JAVA-13966] Reverted h2.version to 1.4.200

* [JAVA-13966] Removed MODE=LEGACY property

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
This commit is contained in:
panos-kakos
2022-10-29 17:34:46 +01:00
committed by GitHub
parent 71a872f5f2
commit 4751fd63c8
11 changed files with 11 additions and 3 deletions

View File

@@ -81,6 +81,7 @@
<tomcat-dbcp.version>9.0.0.M26</tomcat-dbcp.version>
<com.sun.xml.version>2.3.0.1</com.sun.xml.version>
<javax.xml.bind.version>2.3.1</javax.xml.bind.version>
<h2.version>1.4.200</h2.version>
</properties>
</project>