[FELIX-3943] - Maven Plugin should require latest SCR annotations
[FELIX-3942] - IT Tests should use newer version of annotations
[FELIX-3941] - Dependency to annotations should not be in the plugin
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1451485 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/maven-scr-plugin/pom.xml b/scrplugin/maven-scr-plugin/pom.xml
index ca9cabe..761e989 100644
--- a/scrplugin/maven-scr-plugin/pom.xml
+++ b/scrplugin/maven-scr-plugin/pom.xml
@@ -57,13 +57,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.4.1-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.scr.annotations</artifactId>
- <version>1.7.0</version>
+ <version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>