mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added compile time support for findbugs suppress warning annotation
Former-commit-id: 189e2b7c84b49413c141810ac7efca31910eb7e1
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user