Skip to content

Commit 0b907a4

Browse files
authored
Merge pull request #785 from hapifhir/rel_8_1_tracking
Update to HAPI FHIR 8.2.0
2 parents 60a1593 + 246eb59 commit 0b907a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<properties>
77
<java.version>17</java.version>
8-
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
8+
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
99
<clinical-reasoning.version>3.21.0</clinical-reasoning.version>
1010
</properties>
1111

@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ca.uhn.hapi.fhir</groupId>
2222
<artifactId>hapi-fhir</artifactId>
23-
<version>8.0.0</version>
23+
<version>8.2.0</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)