1
0

Pick up SpotBugs from parent POM

This commit is contained in:
Gary Gregory
2022-10-25 07:29:36 -04:00
parent 6e80d7e108
commit 434abf7006

13
pom.xml
View File

@@ -448,19 +448,6 @@ under the License.
</configuration>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.plugin.version}</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>${spotbugs.impl.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>