|
|
@ -142,12 +142,12 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.5.1</version> |
|
|
|
<version>3.8.0</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<version>2.6</version> |
|
|
|
<version>3.1.0</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
@ -157,7 +157,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<version>2.10</version> |
|
|
|
<version>3.1.1</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
@ -172,10 +172,11 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId> |
|
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId> |
|
|
|
<artifactId>maven-jaxb2-plugin</artifactId> |
|
|
|
<artifactId>maven-jaxb2-plugin</artifactId> |
|
|
|
<version>0.13.1</version> |
|
|
|
<version>0.14.0</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
<artifactId>maven-war-plugin</artifactId> |
|
|
|
|
|
|
|
<version>3.2.2</version> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml> |
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml> |
|
|
|
<archive> |
|
|
|
<archive> |
|
|
@ -188,14 +189,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId> |
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId> |
|
|
|
<version>2.17</version> |
|
|
|
<version>3.0.0</version> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.puppycrawl.tools</groupId> |
|
|
|
|
|
|
|
<artifactId>checkstyle</artifactId> |
|
|
|
|
|
|
|
<version>7.4</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|
<id>validate</id> |
|
|
|
<id>validate</id> |
|
|
@ -215,7 +209,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.owasp</groupId> |
|
|
|
<groupId>org.owasp</groupId> |
|
|
|
<artifactId>dependency-check-maven</artifactId> |
|
|
|
<artifactId>dependency-check-maven</artifactId> |
|
|
|
<version>3.3.2</version> |
|
|
|
<version>4.0.0</version> |
|
|
|
<inherited>true</inherited> |
|
|
|
<inherited>true</inherited> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability> |
|
|
|
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability> |
|
|
@ -231,6 +225,11 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.22.0</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
|
|
|
|
|
|
|
@ -251,7 +250,6 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<version>2.10</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|
<id>analyze</id> |
|
|
|
<id>analyze</id> |
|
|
@ -284,7 +282,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-enforcer-plugin</artifactId> |
|
|
|
<artifactId>maven-enforcer-plugin</artifactId> |
|
|
|
<version>3.0.0-M1</version> |
|
|
|
<version>3.0.0-M2</version> |
|
|
|
<inherited>true</inherited> |
|
|
|
<inherited>true</inherited> |
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|