GUAC-340: Add TokenFilter class which performs arbitrary token replacement.

This commit is contained in:
Michael Jumper
2015-01-06 03:49:05 -08:00
parent c26cf7361e
commit 3b3b6b6955
3 changed files with 281 additions and 0 deletions

View File

@@ -112,6 +112,14 @@
<scope>compile</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>