mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 08:36:55 +01:00
Adds Maven support for specifying multiple filesets in a 'scanSet'. #773
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -708,6 +708,11 @@ Copyright (c) 2012 - Jeremy Long
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>${maven.api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
<artifactId>file-management</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-settings</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user