Skip to content

Commit

Permalink
Fix #642 Realign Jena with HAPI FHIR version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Nov 26, 2024
1 parent 25a0ac3 commit 2ea361e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<properties>
<packageName>${project.artifactId}</packageName>
<!-- BOM Override -->
<jena_version>4.9.0</jena_version>
<!--
Current Elasticsearch _Server_ version is 8.11.1
N.B. Remember to keep TestConfig.ELASTIC_SEARCH_SERVER_VERSION and getting-started guide updated.
Expand All @@ -27,6 +29,18 @@
</properties>

<dependencies>
<!-- BOM Override -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>${jena_version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>${jena_version}</version>
</dependency>

<dependency>
<!-- Branching and Version Control on top of Elasticsearch -->
<groupId>io.kaicode</groupId>
Expand Down

0 comments on commit 2ea361e

Please sign in to comment.