From ce3132ce579d0bf90437444a747313b1b7beab3a Mon Sep 17 00:00:00 2001 From: lmds1 Date: Mon, 3 Nov 2014 16:04:00 -0500 Subject: [PATCH] no changes --- hapi-fhir-structures-dstu/pom.xml | 214 ++++++++++++++++++++++++------ 1 file changed, 174 insertions(+), 40 deletions(-) diff --git a/hapi-fhir-structures-dstu/pom.xml b/hapi-fhir-structures-dstu/pom.xml index 18f97c039d6..8f33b7f1160 100644 --- a/hapi-fhir-structures-dstu/pom.xml +++ b/hapi-fhir-structures-dstu/pom.xml @@ -4,9 +4,9 @@ ca.uhn.hapi.fhir - hapi-fhir - 0.7-SNAPSHOT - ../pom.xml + hapi-deployable-pom + 0.8-SNAPSHOT + ../hapi-deployable-pom/pom.xml hapi-fhir-structures-dstu @@ -18,8 +18,176 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.8-SNAPSHOT + + + javax.servlet + javax.servlet-api + ${servlet_api_version} + provided + + + + + junit + junit + ${junit_version} + test + + + xmlunit + xmlunit + 1.5 + test + + + org.eclipse.jetty + jetty-servlets + ${jetty_version} + test + + + org.eclipse.jetty + jetty-servlet + ${jetty_version} + test + + + org.eclipse.jetty + jetty-server + ${jetty_version} + test + + + org.eclipse.jetty + jetty-servlet + ${jetty_version} + test + + + org.eclipse.jetty + jetty-util + ${jetty_version} + test + + + org.eclipse.jetty + jetty-webapp + ${jetty_version} + test + + + org.eclipse.jetty + jetty-http + ${jetty_version} + test + + + ch.qos.logback + logback-classic + ${logback_version} + true + test + + + org.ebaysf.web + cors-filter + ${ebay_cors_filter_version} + test + + + org.thymeleaf + thymeleaf + ${thymeleaf-version} + test + + + com.phloc + phloc-schematron + ${phloc_schematron_version} + test + + + com.phloc + phloc-commons + ${phloc_commons_version} + test + + + + + + org.mockito + mockito-all + 1.9.5 + test + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + test + + + commons-logging + commons-logging + + + + + net.sf.json-lib + json-lib + 2.4 + jdk15-sources + test + + + directory-naming + naming-java + 0.8 + test + + + commons-logging + commons-logging + + + + + org.hamcrest + hamcrest-all + ${hamcrest_version} + test + + + com.google.guava + guava + ${guava_version} + test + + + @@ -27,7 +195,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 0.7-SNAPSHOT + 0.8-SNAPSHOT @@ -38,8 +206,6 @@ ca.uhn.fhir.model.dstu - - adversereaction alert allergyintolerance @@ -47,7 +213,7 @@ appointment availability careplan - claim + composition conceptmap condition @@ -60,7 +226,6 @@ documentmanifest documentreference encounter - familyhistory geneexpression geneticanalysis @@ -80,7 +245,6 @@ medicationstatement messageheader microarray - observation operationoutcome orderresponse @@ -88,45 +252,27 @@ organization other patient - practitioner procedure profile - - provenance query - questionnaire relatedperson remittance - securityevent - sequencinganalysis sequencinglab slot specimen substance supply - - user - valueset - - true - - org.apache.maven.plugins - maven-deploy-plugin - - true - - @@ -159,16 +305,4 @@ - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - - - -