Fix NoClassDefFound in ComparisonTests

This commit is contained in:
dotasek 2022-01-13 16:34:21 -05:00
parent 5313706a9a
commit 5e602f9134
1 changed files with 7 additions and 0 deletions

View File

@ -167,6 +167,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>