diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml old mode 100755 new mode 100644 index 208b41bc660..ef4e5391a3c --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -37,7 +37,7 @@ jdbc:h2:mem:test;MVCC=TRUE;DB_CLOSE_DELAY=-1 com.h2database h2 - ${h2.version} + 2.2.220 file:${project.build.directory}/dependency/log4j.properties diff --git a/pom.xml b/pom.xml index adee7393e44..7d43d957151 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 3.3.10 3.3.10 2.1.3 - 1.4.197 + 2.2.220 2.2.3 5.3.20.Final 5.3.20.Final diff --git a/testsuite/integration-arquillian/pom.xml b/testsuite/integration-arquillian/pom.xml index e2fbdb54309..9b955b4e261 100644 --- a/testsuite/integration-arquillian/pom.xml +++ b/testsuite/integration-arquillian/pom.xml @@ -80,7 +80,7 @@ com.h2database h2 - ${h2.version} + 2.2.220 DEFAULT diff --git a/testsuite/model/pom.xml b/testsuite/model/pom.xml index 393ea7a5070..7cba577164f 100644 --- a/testsuite/model/pom.xml +++ b/testsuite/model/pom.xml @@ -22,7 +22,7 @@ jdbc:h2:mem:test;MVCC=TRUE;DB_CLOSE_DELAY=-1 com.h2database h2 - ${h2.version} + 2.2.220 file:${project.build.directory}/dependency/log4j.properties true disabled