added compile time support for findbugs suppress warning annotation

Former-commit-id: 189e2b7c84b49413c141810ac7efca31910eb7e1
This commit is contained in:
Jeremy Long
2013-05-27 20:02:54 -04:00
parent 656e783894
commit 8ca49fafa1

View File

@@ -134,6 +134,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<excludeScope>provided</excludeScope>
<excludeScope>compile</excludeScope>
</configuration>
</execution>
</executions>
@@ -408,6 +409,12 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
</build>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>