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