annotations are not needed for plugin execution so mark dependency as provided

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1368127 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index edf1782..b9f687f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
       <version>${mavenPluginVersion}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
 
     <!-- shared -->