From d223bbe3547f68cdd96f1d5b31f5adfab9bd9535 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Sun, 12 Jan 2020 20:41:38 +0800 Subject: [PATCH] Try to avoid use of Apache maven repo which is causing Azure CI failures --- .../hapi-fhir-spring-boot-autoconfigure/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hapi-fhir-spring-boot/hapi-fhir-spring-boot-autoconfigure/pom.xml b/hapi-fhir-spring-boot/hapi-fhir-spring-boot-autoconfigure/pom.xml index 80929160c5e..560641698db 100644 --- a/hapi-fhir-spring-boot/hapi-fhir-spring-boot-autoconfigure/pom.xml +++ b/hapi-fhir-spring-boot/hapi-fhir-spring-boot-autoconfigure/pom.xml @@ -18,6 +18,7 @@ org.springframework.boot spring-boot-autoconfigure + ${spring_boot_version} @@ -68,6 +69,7 @@ org.springframework.boot spring-boot-configuration-processor true + ${spring_boot_version} @@ -95,6 +97,7 @@ org.slf4j log4j-over-slf4j test + 1.7.30 ca.uhn.hapi.fhir @@ -110,6 +113,7 @@ +