diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 974eeaa75..0d453880f 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -31,6 +31,13 @@ org.hl7.fhir.utilities + + + com.google.code.gson + gson + true + + ca.uhn.hapi.fhir diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index e2f1b5230..04931436d 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -44,6 +44,13 @@ true + + + com.google.code.gson + gson + true + + org.apache.poi diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 6fb612280..d407a5c69 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -58,6 +58,13 @@ true + + + com.google.code.gson + gson + true + + org.apache.poi diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index a6e2bf261..5501f8d07 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -44,6 +44,13 @@ true + + + com.google.code.gson + gson + true + + org.apache.poi diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index c3393f035..bd7c59f50 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -50,6 +50,13 @@ true + + + com.google.code.gson + gson + true + + org.apache.poi diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 3b8609e66..cff312050 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -50,6 +50,13 @@ true + + + com.google.code.gson + gson + true + + org.apache.poi diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index f16f41d47..7ea3c1179 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 01c5af246..e3f517666 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -43,6 +43,13 @@ true + + + com.google.code.gson + gson + true + + net.sf.saxon diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index fdcca042a..2ef89db33 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index d3daf3a04..4e1c3783b 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT ../pom.xml @@ -81,6 +81,12 @@ xpp3_xpath + + + com.google.code.gson + gson + + org.everit.json diff --git a/pom.xml b/pom.xml index 040b5831b..485dd96d0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,10 +13,10 @@ each other. It is fine to bump the point version of this POM without affecting HAPI FHIR. --> - 4.2.30-SNAPSHOT + 5.0.1-SNAPSHOT - 4.2.0 + 5.0.0 1.1.14-SNAPSHOT 5.6.2 3.0.0-M4