fix narrative tests

This commit is contained in:
Grahame Grieve 2019-12-13 09:24:25 +11:00
parent ea7f3a7957
commit 75e701ec8d
1 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<optional>test</optional>
</dependency>
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<optional>test</optional>
</dependency>
</dependencies>
<build>