[MSHARED-1131] Upgrade Parent to 37 and cleanup

- use surefire version from parent
- commons-io in test scope
- remove unused maven-plugin-api
- bump mockito-core to 4.8.0
- use fluido skin verson from parent
diff --git a/pom.xml b/pom.xml
index 18715c8..205191c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -58,7 +58,6 @@
     <maven.version>3.2.5</maven.version>
     <javaVersion>8</javaVersion>
     <resolver.version>1.6.3</resolver.version>
-    <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2022-07-17T16:57:02Z</project.build.outputTimestamp>
   </properties>
@@ -89,17 +88,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>${maven.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.11.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-api</artifactId>
       <version>${resolver.version}</version>
@@ -113,6 +101,12 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.11.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.13.2</version>
@@ -121,7 +115,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.5.1</version>
+      <version>4.8.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1e3ab0b..6bfefbc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,12 +22,6 @@
 <project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
 
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
-
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>