Skip to content

Commit 1a291e5

Browse files
committed
Fix dependencies for flexmark
- Don't use flexmark-all because nbm size will be big
1 parent 56aae03 commit 1a291e5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,21 @@
172172
</dependency>
173173
<dependency>
174174
<groupId>com.vladsch.flexmark</groupId>
175-
<artifactId>flexmark-all</artifactId>
175+
<artifactId>flexmark</artifactId>
176176
<version>0.26.4</version>
177177
</dependency>
178+
<dependency>
179+
<groupId>com.vladsch.flexmark</groupId>
180+
<artifactId>flexmark-ext-gfm-strikethrough</artifactId>
181+
<version>0.26.4</version>
182+
<type>jar</type>
183+
</dependency>
184+
<dependency>
185+
<groupId>com.vladsch.flexmark</groupId>
186+
<artifactId>flexmark-ext-tables</artifactId>
187+
<version>0.26.4</version>
188+
<type>jar</type>
189+
</dependency>
178190
</dependencies>
179191
<properties>
180192
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)