diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 6d664dfbc..b97282d1e 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -149,12 +149,12 @@ test - org.commonmark + com.atlassian.commonmark commonmark test - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables test diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index a43c53765..9100f759a 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -145,12 +145,12 @@ - org.commonmark + com.atlassian.commonmark commonmark test - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables test diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 01e966110..8c83a8ca2 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -31,12 +31,12 @@ - org.commonmark + com.atlassian.commonmark commonmark true - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables true diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 1dd4ce376..698baada0 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -189,12 +189,12 @@ - org.commonmark + com.atlassian.commonmark commonmark compile - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables compile @@ -296,6 +296,10 @@ com.squareup.okhttp3 okhttp + + com.atlassian.commonmark + commonmark + @@ -318,7 +322,7 @@ ${project.build.directory}/classes false true - + test compile diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 3288f3211..66cf301d9 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -185,13 +185,13 @@ - org.commonmark + com.atlassian.commonmark commonmark true test - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables true test diff --git a/pom.xml b/pom.xml index f4175df59..29d2e9e6f 100644 --- a/pom.xml +++ b/pom.xml @@ -126,14 +126,14 @@ ${hapi_fhir_version} - org.commonmark + com.atlassian.commonmark commonmark - 0.21.0 + 0.17.0 - org.commonmark + com.atlassian.commonmark commonmark-ext-gfm-tables - 0.21.0 + 0.17.0 com.github.rjeschke @@ -303,11 +303,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - 3.6.1 - org.jacoco jacoco-maven-plugin