From dd5e442bcb53d83eb6d3decd5ee2dfe05be23921 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Wed, 24 Sep 2014 17:36:59 -0400 Subject: [PATCH] Add an explicit dependency on phloc-commons to fix a build error, thanks to Odysseas Pentakalos for the contribution. --- hapi-fhir-base/pom.xml | 6 +++ hapi-fhir-base/src/changes/changes.xml | 4 ++ .../BaseThymeleafNarrativeGenerator.java | 4 -- .../ca/uhn/fhir/parser/XmlParserTest.java | 48 +++++++++++++++++++ pom.xml | 1 + 5 files changed, 59 insertions(+), 4 deletions(-) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index 93c91bf3b0f..20bc7b9d663 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -92,6 +92,12 @@ ${phloc_schematron_version} true + + com.phloc + phloc-commons + ${phloc_commons_version} + true +