Remove duplicate junit dependency

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1621732 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e4fa259..c66647c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,11 +72,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
             <version>1.9.5</version>