Removed unnecessary maven-site-plugin dependency, and maven-plugin-annotations dependency is provided.

This commit is contained in:
Anthony Whitford
2015-09-03 01:47:46 -07:00
parent c2b8901537
commit d009e39842

View File

@@ -291,15 +291,10 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>