diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 5597ebd3f..f08c1dbdd 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -1,59 +1,76 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - ca.uhn.hapi.fhir - org.hl7.fhir.core - 3.7.5-SNAPSHOT - ../pom.xml - + + ca.uhn.hapi.fhir + org.hl7.fhir.core + 3.7.5-SNAPSHOT + ../pom.xml + - org.hl7.fhir.convertors - jar + org.hl7.fhir.convertors + jar - + - - - ca.uhn.hapi.fhir - hapi-fhir-base - - - ca.uhn.hapi.fhir - org.hl7.fhir.utilities - + + + ca.uhn.hapi.fhir + hapi-fhir-base + + + ca.uhn.hapi.fhir + org.hl7.fhir.utilities + - - - ca.uhn.hapi.fhir - org.hl7.fhir.dstu2 - ${project.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.dstu2016may - ${project.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.dstu3 - ${project.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.r4 - ${project.version} - + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu2 + ${project.version} + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu2016may + ${project.version} + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu3 + ${project.version} + + + ca.uhn.hapi.fhir + org.hl7.fhir.r4 + ${project.version} + + + ca.uhn.hapi.fhir + org.hl7.fhir.r5 + ${project.version} + - - - org.fhir - ucum - 1.0.2 - true - + + + org.fhir + ucum + 1.0.2 + true + - + + + + + + org.basepom.maven + duplicate-finder-maven-plugin + + true + + + + diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 21a1f051c..5e855e067 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -104,4 +104,16 @@ + + + + org.basepom.maven + duplicate-finder-maven-plugin + + true + + + + + diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 48e9199db..6d4606b2f 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -89,6 +89,13 @@ + + org.basepom.maven + duplicate-finder-maven-plugin + + true + + diff --git a/pom.xml b/pom.xml index acca69c83..d5d1c71df 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,7 @@ org.hl7.fhir.dstu2016may org.hl7.fhir.dstu3 org.hl7.fhir.r4 + org.hl7.fhir.r5 org.hl7.fhir.convertors org.hl7.fhir.validation