aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-02-03 09:03:54 -0500
committerGary Gregory <garydgregory@gmail.com>2023-02-03 09:03:54 -0500
commit88ee8192dc7365b10ce9a151aaf2511081c82f6f (patch)
tree50e0fb9d0bb8996d16c4f96e3b6d60762535e794
parente3a14c74d42fcbd40c799e917d766ffed1d16e26 (diff)
downloadapache-commons-lang-88ee8192dc7365b10ce9a151aaf2511081c82f6f.tar.gz
Pick up Spotbugs version from parent POM
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 3936c0198..b343f224b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -767,13 +767,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.github.spotbugs</groupId>
- <artifactId>spotbugs</artifactId>
- <version>${commons.spotbugs.impl.version}</version>
- </dependency>
- </dependencies>
<configuration>
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
@@ -823,7 +816,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${commons.spotbugs.plugin.version}</version>
<configuration>
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>