Fixed an issue with the wrong scrop and ignored some files / folders
diff --git a/.gitignore b/.gitignore
index 7aba5f8..bd98a28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 .settings
 .classpath
 .project
+*.iml
+target
diff --git a/pom.xml b/pom.xml
index 588e418..4543a69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
             <version>2.3.2</version>
-            <scope>testing</scope>
+            <scope>test</scope>
         </dependency>
               <dependency>
             <groupId>org.mockito</groupId>