FELIX-3643 : Use BuildContext for scanning changed files

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1379421 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/maven-scr-plugin/pom.xml b/scrplugin/maven-scr-plugin/pom.xml
index 285aa04..f0cbaca 100644
--- a/scrplugin/maven-scr-plugin/pom.xml
+++ b/scrplugin/maven-scr-plugin/pom.xml
@@ -66,6 +66,11 @@
             <version>1.7.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
+<dependency>
+    <groupId>org.sonatype.plexus</groupId>
+    <artifactId>plexus-build-api</artifactId>
+    <version>0.0.7</version>
+</dependency>
     </dependencies>
     
     <build>