JCR-4921: remove surefire/failsafe dependencies (use the ones provided by Apache parent pom)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1908786 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index bbc0b5a..1eeb7fc 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -344,14 +344,12 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.2</version>
           <configuration>
             <argLine>${test.opts}</argLine>
           </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.22.2</version>
           <configuration>
             <argLine>${test.opts}</argLine>
           </configuration>
@@ -429,11 +427,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.22.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>3.2.1</version>
       </plugin>