diff --git a/hapi-fhir-android/.gitignore b/hapi-fhir-android/.gitignore index d4c1bbda97b..47527794cc9 100644 --- a/hapi-fhir-android/.gitignore +++ b/hapi-fhir-android/.gitignore @@ -1,6 +1,7 @@ /target /bin /target/ +dependency-reduced-pom.xml # Created by https://www.gitignore.io diff --git a/hapi-fhir-android/dependency-reduced-pom.xml b/hapi-fhir-android/dependency-reduced-pom.xml deleted file mode 100644 index 6df73284874..00000000000 --- a/hapi-fhir-android/dependency-reduced-pom.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - hapi-fhir - ca.uhn.hapi.fhir - 1.0-SNAPSHOT - - 4.0.0 - hapi-fhir-android - HAPI FHIR - Android - - - - maven-deploy-plugin - - false - - - - maven-failsafe-plugin - ${maven_failsafe_plugin_version} - - - - integration-test - verify - - - - - compile+runtime - - ${project.build.directory}/hapi-fhir-android-${project.version}.jar - - - - - maven-shade-plugin - 2.3 - - - package - - shade - - - true - - - commons-codec:commons-codec - commons-io:commons-io - ca.uhn.hapi.fhir:hapi-fhir-base - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2 - org.glassfish:javax.json - org.codehaus.woodstox:woodstox-core-asl - javax.xml.stream:stax-api - javax.servlet:javax.servlet-api - org.codehaus.woodstox:stax2-api - org.slf4j:slf4j* - org.apache.commons:* - org.apache.httpcomponents:* - org.glassfish:javax.json - - - - - javax.xml.stream - ca.uhn.fhir.repackage.javax.xml.stream - - - javax.json - ca.uhn.fhir.repackage.javax.json - - - - - ca.uhn.hapi.fhir:hapi-fhir-base - - ca/uhn/fhir/model/dstu/valueset/** - **/*.java - - - - - - - - - - - - DIST - - - - maven-assembly-plugin - ${maven_assembly_plugin_version} - - - package - - single - - - true - - ${project.basedir}/src/assembly/android-sources.xml - ${project.basedir}/src/assembly/android-javadoc.xml - - - - - - - - - - - - com.phloc - phloc-schematron - 2.7.1 - compile - - - com.phloc - phloc-commons - 4.3.6 - compile - - - junit - junit - 4.12 - test - - - hamcrest-core - org.hamcrest - - - - - -