Use the latest snapshot of the plugin so that SNAPSHOT dependencies are not resolved as timestamped versions

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@770437 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/itests/pom.xml b/karaf/itests/pom.xml
index 2285ae6..19247c5 100644
--- a/karaf/itests/pom.xml
+++ b/karaf/itests/pom.xml
@@ -143,6 +143,7 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
+                <version>1.2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>