Applying fix from upstream for h2 Binaries

This issue is already fixed upstream. Can be removed with next hapi version upgrade.
https://github.com/hapifhir/hapi-fhir/pull/3676
This commit is contained in:
Patrick Werner
2022-07-04 14:46:15 +02:00
committed by GitHub
parent aa5606158a
commit d6b5bc3cd2

View File

@@ -197,6 +197,8 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- pw: 04.07.22: this is fixed in latest hapi snapshot, can be removed when switchung to hapi 6.1.0-->
<version>2.1.212</version>
</dependency>
<!-- webjars -->