Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Mar 18, 2024
2 parents 30545d3 + 25267b6 commit 83f03c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<packaging>pom</packaging>

<properties>
<commons_compress_version>1.26.0</commons_compress_version>
<guava_version>32.0.1-jre</guava_version>
<hapi_fhir_version>6.4.1</hapi_fhir_version>
<validator_test_case_version>1.5.2-SNAPSHOT</validator_test_case_version>
Expand Down Expand Up @@ -134,6 +135,11 @@
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons_compress_version}</version>
</dependency>
<dependency>
<groupId>com.github.rjeschke</groupId>
<artifactId>txtmark</artifactId>
Expand Down

0 comments on commit 83f03c6

Please sign in to comment.