From 29dab8bad966899e7f38f0ae3ff887d28644c542 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Wed, 3 Dec 2014 17:09:13 -0500 Subject: [PATCH] Messing around with the POM to try and get android working --- hapi-fhir-base/pom.xml | 161 ++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 90 deletions(-) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index 0dc221a23b1..d0f6a743795 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 @@ -10,9 +11,9 @@ hapi-fhir-base jar - + http://jamesagnew.github.io/hapi-fhir/ - + HAPI FHIR - Core Library @@ -37,23 +38,12 @@ - - - + + + org.thymeleaf @@ -68,39 +58,27 @@ cors-filter ${ebay_cors_filter_version} true - + - com.phloc - phloc-schematron - ${phloc_schematron_version} + com.phloc + phloc-schematron + ${phloc_schematron_version} true - com.phloc - phloc-commons - ${phloc_commons_version} + com.phloc + phloc-commons + ${phloc_commons_version} true - - + + org.apache.commons @@ -125,9 +103,9 @@ ${slf4j_version} - org.slf4j - jcl-over-slf4j - ${slf4j_version} + org.slf4j + jcl-over-slf4j + ${slf4j_version} ch.qos.logback @@ -202,50 +180,18 @@ SITE - - + + @@ -275,6 +221,41 @@ + + ANDROID + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + false + true + + + javax.xml.stream + ca.uhn.fhir.repackage.javax.xml.stream + + + javax.json + ca.uhn.fhir.repackage.javax.json + + + + + + + + + +