Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.11</version>
<relativePath></relativePath>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>com.semanticbits.measureservice</groupId>
Expand Down Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>6.4.0</version>
<version>7.6.0</version>
<exclusions>
<exclusion>
<artifactId>okhttp</artifactId>
Expand Down Expand Up @@ -281,7 +281,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit d5ffa8b

Please sign in to comment.