Skip to content

Commit

Permalink
Removed duplicate entry and moved to latest HAPI FHIR version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMayfield committed Mar 15, 2024
1 parent 1259960 commit f841b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion interoperability-standards-tools-skunkworks
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<java.version>20</java.version>
<kotlin.version>1.9.22</kotlin.version>
<fhir.version>7.0.0</fhir.version>
<fhir.version>7.0.2</fhir.version>
<swagger_version>2.2.20</swagger_version>
<parser_version>2.1.20</parser_version>
<jackson_databind_version>2.16.1</jackson_databind_version>
Expand All @@ -41,10 +41,6 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
Expand Down

0 comments on commit f841b06

Please sign in to comment.