From 1674cb08bd5abb2a9e1d9b6e99416146bdc671c8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 1 Aug 2012 17:06:55 +0000 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1135c81e..61496aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ under the License. org.apache.maven.plugin-tools maven-plugin-annotations ${mavenPluginVersion} - compile + provided