From 884ccaaa37a4fd8a65743475484cba612e06d640 Mon Sep 17 00:00:00 2001 From: Bill de Beaubien Date: Sat, 3 Oct 2015 16:46:10 -0400 Subject: [PATCH] Added phloc to pom file so schematron works --- hapi-fhir-jpaserver-example/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hapi-fhir-jpaserver-example/pom.xml b/hapi-fhir-jpaserver-example/pom.xml index 84d895fd8b8..afee2ae83f3 100644 --- a/hapi-fhir-jpaserver-example/pom.xml +++ b/hapi-fhir-jpaserver-example/pom.xml @@ -98,7 +98,6 @@ org.springframework spring-web - provided @@ -148,6 +147,11 @@ jetty-webapp test + + com.phloc + phloc-schematron + ${phloc_schematron_version} +