diff --git a/hapi-fhir-android/pom.xml b/hapi-fhir-android/pom.xml index eb0c40608e4..aff48f24974 100644 --- a/hapi-fhir-android/pom.xml +++ b/hapi-fhir-android/pom.xml @@ -85,13 +85,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - false - - org.apache.maven.plugins maven-failsafe-plugin @@ -108,11 +101,8 @@ **/*Dstu2ShadeIT.java - - ${basedir}/target/hapi-fhir-android-${project.version}-dstu2.jar - - ca.uhn.hapi.fhir:* + org.codehaus.woodstox:woodstox-core-asl org.codehaus.woodstox:stax2-api @@ -152,130 +142,6 @@ - - org.apache.maven.plugins - maven-shade-plugin - - true - true - true - - - ca.uhn.hapi.fhir:hapi-fhir-base - ca.uhn.hapi.fhir:hapi-fhir-client-okhttp - org.codehaus.woodstox:woodstox-core-asl - javax.xml.stream:stax-api - org.codehaus.woodstox:stax2-api - - - - - javax.xml.stream - ca.uhn.fhir.repackage.javax.xml.stream - - - javax.json - ca.uhn.fhir.repackage.javax.json - - - com.ctc.wstx.stax - ca.uhn.fhir.repackage.com.ctc.wstx.stax - - - - - - ca.uhn.hapi.fhir:hapi-fhir-base - - - ca/uhn/fhir/util/ITestingUiClientFactory - - - - ca/uhn/fhir/validation/schematron/SchematronBaseValidator* - - ca/uhn/fhir/narrative/*Thymeleaf* - - - - - - - - shaded - package - - shade - - - - - dstu2 - package - - shade - - - dstu2 - - - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2 - - - - - - - - - dstu3 - package - - shade - - - dstu3 - - - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 - - - - - - - - org.jacoco jacoco-maven-plugin diff --git a/hapi-fhir-client-okhttp/pom.xml b/hapi-fhir-client-okhttp/pom.xml index 3d74db2eb15..0910c8cd8a3 100644 --- a/hapi-fhir-client-okhttp/pom.xml +++ b/hapi-fhir-client-okhttp/pom.xml @@ -39,11 +39,9 @@ hapi-fhir-client ${project.version} - com.squareup.okhttp3 okhttp - 3.4.1 diff --git a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/FhirTerserTest.java b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/FhirTerserTest.java index 96f833e6c00..ce67f939ec6 100644 --- a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/FhirTerserTest.java +++ b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/FhirTerserTest.java @@ -5,7 +5,6 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertThat; import java.util.*; -import java.util.stream.Collectors; import org.hl7.fhir.r4.model.*; import org.hl7.fhir.r4.model.Enumerations.AdministrativeGender; diff --git a/pom.xml b/pom.xml index e5e7eb157e6..ade53b71eee 100644 --- a/pom.xml +++ b/pom.xml @@ -437,6 +437,11 @@ phloc-commons ${phloc_commons_version} + + com.squareup.okhttp3 + okhttp + 3.4.1 + commons-cli commons-cli