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

@@ -171,6 +171,10 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>