From ddcc65543e2c03a7b3b4cdcda7bec1e182078931 Mon Sep 17 00:00:00 2001 From: Dmytro Rud Date: Sun, 20 Oct 2024 15:39:05 +0200 Subject: [PATCH] make FHIR dependencies optional for ATNA artifacts --- boot/ipf-atna-spring-boot-starter/pom.xml | 3 +++ commons/audit/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/boot/ipf-atna-spring-boot-starter/pom.xml b/boot/ipf-atna-spring-boot-starter/pom.xml index 4266b67eed..4c9ad1af90 100644 --- a/boot/ipf-atna-spring-boot-starter/pom.xml +++ b/boot/ipf-atna-spring-boot-starter/pom.xml @@ -40,6 +40,7 @@ org.openehealth.ipf.commons ipf-commons-ihe-fhir-r4-core + true org.springframework.boot @@ -56,6 +57,8 @@ spring-security-web true + + org.springframework.boot spring-boot-test diff --git a/commons/audit/pom.xml b/commons/audit/pom.xml index 2b4ab1f61b..b5da03d076 100644 --- a/commons/audit/pom.xml +++ b/commons/audit/pom.xml @@ -39,7 +39,10 @@ ca.uhn.hapi.fhir hapi-fhir-base + true + + org.mockito mockito-core