Remove unused and add missing dependencies
Change-Id: Ic9a1f15f7fef54e913c6e30cd27eeb9012f30788
diff --git a/pom.xml b/pom.xml
index 7ff1ccb..014690a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,22 @@
</programs>
</configuration>
</plugin>
-
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <id>analyze</id>
+ <goals>
+ <goal>analyze-only</goal>
+ </goals>
+ <configuration>
+ <failOnWarning>true</failOnWarning>
+ <outputXML>true</outputXML>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
@@ -247,8 +262,8 @@
<version>1.9.3</version>
</dependency>
<dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
+ <groupId>org.apache.maven.surefire</groupId>
+ <artifactId>maven-surefire-common</artifactId>
<version>2.22.2</version>
</dependency>
<dependency>
@@ -257,30 +272,6 @@
<version>4.13.1</version>
</dependency>
<dependency>
- <groupId>com.github.stephenc.jcip</groupId>
- <artifactId>jcip-annotations</artifactId>
- <version>1.0-1</version>
- <scope>test</scope>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.codehaus.mojo/appassembler-maven-plugin -->
- <dependency>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>appassembler-maven-plugin</artifactId>
- <version>2.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- <version>RELEASE</version>
- <scope>compile</scope>
- </dependency>
- <!-- https://mvnrepository.com/artifact/com.igormaznitsa/jcp -->
- <dependency>
- <groupId>com.igormaznitsa</groupId>
- <artifactId>jcp</artifactId>
- <version>7.0.4</version>
- </dependency>
- <dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.90</version>