diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF index 684852c45..a023856f1 100644 --- a/eclipse_plugin/META-INF/MANIFEST.MF +++ b/eclipse_plugin/META-INF/MANIFEST.MF @@ -9,7 +9,9 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0", org.eclipse.jface, org.eclipse.text, org.eclipse.ui, - org.eclipse.equinox.common + org.eclipse.equinox.common, + org.commonmark, + org.commonmark.ext-gfm-tables Bundle-ClassPath: ., lib/guava.jar, lib/google-java-format.jar diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml index 68e09e160..15fe05771 100644 --- a/eclipse_plugin/pom.xml +++ b/eclipse_plugin/pom.xml @@ -41,6 +41,18 @@ google-java-format ${project.version} + + org.commonmark + commonmark + 0.29.0 + runtime + + + org.commonmark + commonmark-ext-gfm-tables + 0.29.0 + runtime + @@ -124,6 +136,20 @@ x86_64 + + + + eclipse-plugin + org.commonmark + 0.0.0 + + + eclipse-plugin + org.commonmark.ext-gfm-tables + 0.0.0 + + +