This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 32034cc Add SpotBugs to Maven plugin management.
32034cc is described below
commit 32034cce945e6600be3a05b1b1044ca813517af3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 3 11:11:34 2021 -0500
Add SpotBugs to Maven plugin management.
---
pom.xml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b58940..e7b34fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<commons.japicmp.version>0.15.2</commons.japicmp.version>
<commons.jacoco.version>0.8.6</commons.jacoco.version>
<commons.spotbugs.version>4.2.0</commons.spotbugs.version>
- <commons.spotbugs.impl.version>4.2.0</commons.spotbugs.impl.version>
+ <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version>
<commons.pmd.version>6.32.0</commons.pmd.version>
<slf4j.version>1.7.26</slf4j.version>
<log4j2.version>2.14.0</log4j2.version>
@@ -237,6 +237,18 @@
</dependencies>
</plugin>
<plugin>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${commons.spotbugs.impl.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs</artifactId>
+ <version>${commons.spotbugs.impl.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
<!-- Fixes org.apache.bcel.classfile.ClassFormatException: Invalid
byte tag in constant pool: 19 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>