From 88a92d9e6f5094390ab81a63fc1b5023da8f28bc Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Mon, 14 Sep 2026 01:22:13 -0700 Subject: [PATCH] Fix issue 1428, Eclipse plugin commonmark dependency x --- eclipse_plugin/META-INF/MANIFEST.MF | 4 +++- eclipse_plugin/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) 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 + + +