diff options
| author | Paul-Christian Volkmer | 2023-07-31 09:07:14 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-31 09:07:14 +0200 |
| commit | c8b2e50d47b0617aece257168b7a650315dc2fd5 (patch) | |
| tree | 680f0007614931ee2b5164d949f9dc2d68500bc0 /build.gradle.kts | |
| parent | ed17a803bfea59274ac1d04663627111c0808fee (diff) | |
| parent | 361bba5b65261bfba3dc160001a5036ece94d5d5 (diff) | |
Merge pull request #1 from CCC-MF/add-gPas-support
Add g pas support
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 3 |
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") |
