aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-02-03 09:00:21 -0500
committerGary Gregory <garydgregory@gmail.com>2023-02-03 09:00:21 -0500
commit9e08e9e91976d2ba1607011ea01ea8b53f8a1366 (patch)
tree3836b2f66d44e9759f34aed8370e92013a41b1aa
parentb15c8207c188e957c92ce71c55d083075090d866 (diff)
downloadapache-commons-io-9e08e9e91976d2ba1607011ea01ea8b53f8a1366.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 aab3468b..2f4af081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,13 +450,6 @@ file comparators, endian transformation classes, and much more.
<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>
@@ -477,7 +470,6 @@ file comparators, endian transformation classes, and much more.
<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>