diff options
| author | Paul-Christian Volkmer | 2023-10-05 12:41:49 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-05 12:41:49 +0200 |
| commit | 0eee1908df1a975824f002cff548456286e9a22a (patch) | |
| tree | a92fd2f24f155efdc1ebd924d103641f9b8c4c35 /build.gradle.kts | |
| parent | 3f5c5e28fafa4aa35cb0744c28743074346e0a9c (diff) | |
| parent | ffea9343c87f15357e83167af4a4a2f7a03d71fc (diff) | |
Merge pull request #13 from CCC-MF/issue_12
Transformation of MTBFile data based on rules
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3f053f5..0ed1f37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,6 +69,7 @@ dependencies { implementation("ca.uhn.hapi.fhir:hapi-fhir-base:${versions["hapi-fhir"]}") implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:${versions["hapi-fhir"]}") implementation("org.apache.httpcomponents.client5:httpclient5:${versions["httpclient5"]}") + implementation("com.jayway.jsonpath:json-path") runtimeOnly("org.mariadb.jdbc:mariadb-java-client") runtimeOnly("org.postgresql:postgresql") developmentOnly("org.springframework.boot:spring-boot-devtools") |
