summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJakub Lidke2023-07-27 13:01:58 +0200
committerJakub Lidke2023-07-27 13:01:58 +0200
commit90c5b81c2b6412a7bf01fa872ca84b5bb13ccb6a (patch)
treefe365c0cafb2374973c903c0220c24a991bd2d2f /build.gradle.kts
parent79d83ef04a31aa227a203aaa9345b6e12a4a8620 (diff)
feat: patient pid may be replaced with gPAS pseudonym, now.
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 3371bb4..eecd959 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -39,6 +39,9 @@ dependencies {
implementation("commons-codec:commons-codec")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")
implementation("de.ukw.ccc:bwhc-dto-java:0.2.0")
+ implementation("ca.uhn.hapi.fhir:hapi-fhir-base:6.6.2")
+ implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.6.2")
+ implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
runtimeOnly("org.postgresql:postgresql")
developmentOnly("org.springframework.boot:spring-boot-devtools")