Bump parent to 8.1.4-SNAPSHOT + Fix 'class not found' exception

This commit is contained in:
dotasek
2025-04-08 12:30:00 -04:00
parent 54c153a5c1
commit 71d8b6c185

View File

@@ -20,7 +20,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.4-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -134,6 +134,12 @@
<artifactId>hapi-fhir-server-cds-hooks</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-converter</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- This dependency includes the OpenAPI Server -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>