We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c153a commit 71d8b6cCopy full SHA for 71d8b6c
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>ca.uhn.hapi.fhir</groupId>
22
<artifactId>hapi-fhir</artifactId>
23
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.4-SNAPSHOT</version>
24
</parent>
25
26
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -134,6 +134,12 @@
134
<artifactId>hapi-fhir-server-cds-hooks</artifactId>
135
<version>${project.parent.version}</version>
136
</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>
143
<!-- This dependency includes the OpenAPI Server -->
144
<dependency>
145
0 commit comments