|
@@ -64,12 +64,6 @@
|
|
|
<skipSpotbugs>true</skipSpotbugs>
|
|
|
</properties>
|
|
|
</profile>
|
|
|
- <profile>
|
|
|
- <id>skip-tests</id>
|
|
|
- <properties>
|
|
|
- <skipTests>true</skipTests>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
<profile>
|
|
|
<id>skip-javadoc</id>
|
|
|
<properties>
|
|
@@ -80,17 +74,6 @@
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>2.22.0</version>
|
|
|
- <configuration>
|
|
|
- <skipTests>${skipTests}</skipTests>
|
|
|
- <excludes>
|
|
|
- <exclude>**/password.pwm.manual.*</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
@@ -188,7 +171,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
- <version>8.15</version>
|
|
|
+ <version>8.16</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<executions>
|
|
@@ -235,12 +218,12 @@
|
|
|
<plugin>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>3.1.8</version>
|
|
|
+ <version>3.1.10</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs</artifactId>
|
|
|
- <version>3.1.9</version>
|
|
|
+ <version>3.1.10</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<configuration>
|
|
@@ -266,7 +249,7 @@
|
|
|
<plugin> <!-- checks owsp vulnerability database -->
|
|
|
<groupId>org.owasp</groupId>
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
- <version>4.0.0</version>
|
|
|
+ <version>4.0.1</version>
|
|
|
<reportSets>
|
|
|
<reportSet>
|
|
|
<reports>
|
|
@@ -289,7 +272,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
<artifactId>spotbugs-annotations</artifactId>
|
|
|
- <version>3.1.9</version>
|
|
|
+ <version>3.1.10</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|