Merge pull request #396 from hapifhir/patrick-werner-fix-h2

Applying fix from upstream for h2 Binaries
This commit is contained in:
Patrick Werner
2022-07-04 14:48:39 +02:00
committed by GitHub

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 -->