Skip to content

Commit

Permalink
Split archie dependencies (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Jan 9, 2025
1 parent b6d218a commit fbc0478
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<maven.compiler.testSource>11</maven.compiler.testSource>
<maven.compiler.testTarget>11</maven.compiler.testTarget>
<logback-classic.version>1.5.15</logback-classic.version>
<nedap-healthcare-archie.version>3.12.0</nedap-healthcare-archie.version>
</properties>

<name>HL7 FHIR IG Publisher</name>
Expand Down Expand Up @@ -308,10 +309,15 @@
<!-- openEHR library -->
<dependency>
<groupId>com.nedap.healthcare.archie</groupId>
<artifactId>archie-all</artifactId>
<version>3.12.0</version>
<artifactId>aom</artifactId>
<version>${nedap-healthcare-archie.version}</version>
</dependency>

<dependency>
<groupId>com.nedap.healthcare.archie</groupId>
<artifactId>referencemodels</artifactId>
<version>${nedap-healthcare-archie.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fbc0478

Please sign in to comment.