From 3fdb05d208b1ec524462733c1a9504c2f83a8b8f Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 27 Feb 2014 12:07:27 -0500 Subject: [PATCH] updated dependencies --- hapi-fhir-base/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index be185fce7ec..1e5cb0d9774 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -57,6 +57,17 @@ true + + javax.servlet + javax.servlet-api + 3.1.0 + + + log4j + log4j + 1.2.17 + + junit @@ -76,6 +87,33 @@ 1.5 test + + + org.eclipse.jetty + jetty-server + 9.1.1.v20140108 + test + + + org.eclipse.jetty + jetty-servlet + 9.1.1.v20140108 + test + + + + commons-httpclient + commons-httpclient + 3.1 + test + + + + directory-naming + naming-java + 0.8 + test +