GUAC-868: Add test for GuacamoleParser. Depend on JUnit 4.

This commit is contained in:
Michael Jumper
2014-09-27 20:10:07 -07:00
parent c26751239a
commit 600f2a4278
2 changed files with 135 additions and 1 deletions

View File

@@ -110,7 +110,15 @@
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>