add mockito test dependency

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1759897 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4f75093..e98e378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>
-                            <phase>process-resources</phase>
+                        <phase>process-resources</phase>
                         <configuration>
                             <includeArtifactIds>org.apache.sling.launchpad</includeArtifactIds>
                             <excludeTransitive>true</excludeTransitive>
@@ -174,7 +174,7 @@
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>
-                            <phase>process-resources</phase>
+                        <phase>process-resources</phase>
                         <configuration>
                             <outputDirectory>${project.build.directory}</outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
@@ -235,7 +235,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
             <version>1.0.17-SNAPSHOT</version>
-            <scope>provided</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -251,6 +251,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
             <version>8</version>