Skip to content

Commit

Permalink
Merge branch 'master' into do-20230815-bump-okhttp-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve authored Aug 15, 2023
2 parents 976915f + b58cb3f commit 1711abc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions org.hl7.fhir.validation.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@
<scope>compile</scope>
</dependency>

<!--
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>-->

<dependency>
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion org.hl7.fhir.validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,10 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson_version}</version>
</dependency>

<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson_version}</version>
</dependency>

<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 1711abc

Please sign in to comment.