added findbugs annotations to allow suppression

This commit is contained in:
Jeremy Long
2015-09-13 07:01:28 -04:00
parent 6c6ae66e36
commit 3d938b3edf

View File

@@ -155,5 +155,10 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>