-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge latest updates on develop 2.x branch
- Loading branch information
Showing
100 changed files
with
5,914 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 86 additions & 69 deletions
155
husky-fhir/husky-fhir-emed-ch/husky-fhir-emed-ch-epr-narrative/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,96 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<parent> | ||
<artifactId>husky-fhir-emed-ch</artifactId> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId> | ||
husky-fhir-emed-ch-epr-narrative</artifactId> | ||
<name>Husky FHIR eMedication | ||
Switzerland EPR Narrative</name> | ||
<parent> | ||
<artifactId>husky-fhir-emed-ch</artifactId> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</parent> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<artifactId>husky-fhir-emed-ch-common</artifactId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<artifactId>husky-fhir-emed-ch-epr</artifactId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projecthusky.validation.service</groupId> | ||
<artifactId>husky-validation-service</artifactId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<artifactId>husky-fhir-emed-ch-epr-narrative</artifactId> | ||
<name>Husky FHIR eMedication Switzerland EPR Narrative</name> | ||
<dependency> | ||
<groupId>ca.uhn.hapi.fhir</groupId> | ||
<artifactId>hapi-fhir-validation</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>ca.uhn.hapi.fhir</groupId> | ||
<artifactId>hapi-fhir-validation-resources-r4</artifactId> | ||
</dependency> | ||
|
||
<properties> | ||
<openhtmltopdf-version>1.0.10</openhtmltopdf-version> | ||
</properties> | ||
<!-- HTML to PDF conversion --> | ||
<dependency> | ||
<groupId>io.github.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-core</artifactId> <!-- LGPL --> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-pdfbox</artifactId> <!-- LGPL --> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.github.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-slf4j</artifactId> | ||
</dependency> | ||
<dependency> | ||
<!-- SVG support plugin. --> | ||
<groupId>io.github.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-svg-support</artifactId> | ||
</dependency> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<artifactId>husky-fhir-emed-ch-common</artifactId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projecthusky.fhir.emed.ch</groupId> | ||
<artifactId>husky-fhir-emed-ch-epr</artifactId> | ||
<version>3.0.0-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-text</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>ca.uhn.hapi.fhir</groupId> | ||
<artifactId>hapi-fhir-validation</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>ca.uhn.hapi.fhir</groupId> | ||
<artifactId>hapi-fhir-validation-resources-r4</artifactId> | ||
</dependency> | ||
<dependency> | ||
<!-- The Checker Framework enhances Java's type system to make it | ||
more powerful and useful. --> | ||
<groupId>org.checkerframework</groupId> | ||
<artifactId>checker-qual</artifactId> <!-- MIT --> | ||
</dependency> | ||
|
||
<!-- HTML to PDF conversion --> | ||
<dependency> | ||
<groupId>com.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-core</artifactId> <!-- LGPL --> | ||
<version>${openhtmltopdf-version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-pdfbox</artifactId> <!-- LGPL --> | ||
<version>${openhtmltopdf-version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.openhtmltopdf</groupId> | ||
<artifactId>openhtmltopdf-slf4j</artifactId> | ||
<version>${openhtmltopdf-version}</version> | ||
</dependency> | ||
<!-- QR code generator --> | ||
<dependency> | ||
<groupId>com.google.zxing</groupId> | ||
<artifactId>core</artifactId> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.zxing</groupId> | ||
<artifactId>javase</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-text</artifactId> | ||
</dependency> | ||
<!-- Tests (EPL 2.0) --> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-engine</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-api</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<!-- The Checker Framework enhances Java's type system to make it more powerful and useful. --> | ||
<groupId>org.checkerframework</groupId> | ||
<artifactId>checker-qual</artifactId> <!-- MIT --> | ||
</dependency> | ||
|
||
<!-- Tests (EPL 2.0) --> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-engine</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-api</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
</dependencies> | ||
</dependencies> | ||
|
||
</project> |
Oops, something went wrong.