Work towards a highlight.js unit test

This commit is contained in:
unknown
2018-09-03 09:27:25 -06:00
parent ad3937e5db
commit 5090d681b3
3 changed files with 18 additions and 3 deletions

View File

@@ -91,6 +91,12 @@
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mozilla/rhino -->
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.10</version>
</dependency>
</dependencies>
<build>
<plugins>