exasol / exasol-java-tutorial

Learn how to extend Exasol with Java
MIT License
2 stars 2 forks source link

Try aya-prover/commonmark-java to use module-info.java #8

Closed redcatbear closed 1 year ago

redcatbear commented 1 year ago

Situation

With the standard commonmark package we cannot use a module-info.java (see commonmark/commonmark-java#125 for details why). There is a fork (https://github.com/aya-prover/commonmark-java) that provides an alternative version that supports the module system.

Acceptance Criteria