Added a unit test for markdown rendering functionality

This commit is contained in:
unknown
2018-08-22 14:15:25 -06:00
parent 27dcf6d8bf
commit bb8417e57b
5 changed files with 57 additions and 17 deletions

12
pom.xml
View File

@@ -79,6 +79,18 @@
<version>${atlassian.spring.scanner.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>