Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master

This commit is contained in:
Jeremy Long
2017-07-23 07:26:55 -04:00
4 changed files with 52 additions and 0 deletions

View File

@@ -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>