FELIX-2669 A few more dependency fixes:
- maven plugin and ant task must refer to scr.annotations
- ant task must include scr.annotations
- scr.annotations do not require compile scope for generator
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1025944 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/annotations/pom.xml b/scrplugin/annotations/pom.xml
index 9d2e6c1..326dd7b 100644
--- a/scrplugin/annotations/pom.xml
+++ b/scrplugin/annotations/pom.xml
@@ -48,7 +48,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>