[MDEP-603] - dependency:analyze fails on JDK 9 / JDK 10
o Updated maven-dependency-analyzer to 1.9
o Needed to upgrade maven-surefire to 2.21.0 as well.
diff --git a/pom.xml b/pom.xml
index a67427f..de8f26e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
<exclusions>
<exclusion>
<artifactId>maven-project</artifactId>
@@ -355,6 +355,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.21.0</version>
<configuration>
<!-- Need of more heap space in order to run the unit tests !-->
<argLine>-Xmx384m</argLine>