Fixing testcase

This commit is contained in:
Joakim Erdfelt 2020-11-11 15:50:09 -06:00
parent 2b6da1096a
commit a794a881e7
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>