You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, updating commonmark-java version is definitely on the roadmap. Unfortunately it requires some effort, for which I cannot allocate enough time right now.
As a possible workaround I think that you can try forcing updated dependencies. Try excluding com.atlassian.commonmark modules from all markdown dependencies and then explicitly adding org.commonmark modules in your project dependencies block. A possible way of excluding is discussed in #148 . Unfortunately this way there is no guarantee that there are no conflicts, so please check that your application behaves properly in runtime (if it compiles at all)
Since [email protected] (also 1.7.1 available)
https://github.com/commonmark/commonmark-java/releases/tag/commonmark-parent-0.17.0
Maven groupId has changed, which when using
Commonmark
andMarkwon
cause Duplicate class … found in modules
Is it possible to bump version of
Commonmark
to 0.17.1 ?The text was updated successfully, but these errors were encountered: