added findbugs annotations to allow suppression

This commit is contained in:
Jeremy Long
2015-09-13 07:00:27 -04:00
parent 0859eab2dc
commit 813e423bec

View File

@@ -638,5 +638,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>