From 90c5b81c2b6412a7bf01fa872ca84b5bb13ccb6a Mon Sep 17 00:00:00 2001 From: Jakub Lidke Date: Thu, 27 Jul 2023 13:01:58 +0200 Subject: feat: patient pid may be replaced with gPAS pseudonym, now. --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.gradle.kts') 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") -- cgit v1.2.3