BAEL-3905 - replacing tokens tests and implementation

This commit is contained in:
Ashley Frieze
2020-03-01 00:38:42 +00:00
parent 874edba8e7
commit ce75bc8ddf
3 changed files with 148 additions and 0 deletions
@@ -25,6 +25,12 @@
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh-core.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.15.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>