Skip to content

Commit 71d8b6c

Browse files
committed
Bump parent to 8.1.4-SNAPSHOT + Fix 'class not found' exception
1 parent 54c153a commit 71d8b6c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ca.uhn.hapi.fhir</groupId>
2222
<artifactId>hapi-fhir</artifactId>
23-
<version>8.1.0-SNAPSHOT</version>
23+
<version>8.1.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -134,6 +134,12 @@
134134
<artifactId>hapi-fhir-server-cds-hooks</artifactId>
135135
<version>${project.parent.version}</version>
136136
</dependency>
137+
138+
<dependency>
139+
<groupId>ca.uhn.hapi.fhir</groupId>
140+
<artifactId>hapi-fhir-converter</artifactId>
141+
<version>${project.parent.version}</version>
142+
</dependency>
137143
<!-- This dependency includes the OpenAPI Server -->
138144
<dependency>
139145
<groupId>ca.uhn.hapi.fhir</groupId>

0 commit comments

Comments
 (0)