From 7209a4e25c17a15b39e37c1066c5ba219c70904a Mon Sep 17 00:00:00 2001 From: Adel El-Beik Date: Thu, 23 May 2024 16:07:45 +0100 Subject: [PATCH] ES-2371: Revert h2 data test change. Will be done in separate branch. --- build.gradle | 7 ------- constants.properties | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 531d154f6a..c63f8e5370 100644 --- a/build.gradle +++ b/build.gradle @@ -438,13 +438,6 @@ allprojects { includeGroup 'com.github.detro' } } - // required until next version of h2database is released post 2.2.224 - maven { - url "${publicArtifactURL}/corda-dependencies-dev" - content { - includeGroupByRegex 'com\\.h2database(\\..*)?' - } - } maven { url "${publicArtifactURL}/corda-dev" content { diff --git a/constants.properties b/constants.properties index b9697c4058..7db38579d3 100644 --- a/constants.properties +++ b/constants.properties @@ -78,7 +78,7 @@ joptSimpleVersion=5.0.2 jansiVersion=1.18 hibernateVersion=5.6.14.Final # h2Version - Update docs if renamed or removed. -h2Version=2.2.224-R3 +h2Version=2.2.224 rxjavaVersion=1.3.8 dokkaVersion=0.10.1 eddsaVersion=0.3.0