Skip to content

Commit 6591c45

Browse files
committed
Pick up Spotbugs version from parent POM
1 parent 03a838f commit 6591c45

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@
212212
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons.scmPubUrl>
213213
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
214214
<commons.encoding>utf-8</commons.encoding>
215-
<spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
216-
<spotbugs.impl.version>4.7.3</spotbugs.impl.version>
217215
<findbugs.skip>true</findbugs.skip>
218216
<japicmp.skip>false</japicmp.skip>
219217
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
@@ -248,14 +246,6 @@
248246
<plugin>
249247
<groupId>com.github.spotbugs</groupId>
250248
<artifactId>spotbugs-maven-plugin</artifactId>
251-
<version>${spotbugs.plugin.version}</version>
252-
<dependencies>
253-
<dependency>
254-
<groupId>com.github.spotbugs</groupId>
255-
<artifactId>spotbugs</artifactId>
256-
<version>${spotbugs.impl.version}</version>
257-
</dependency>
258-
</dependencies>
259249
<configuration>
260250
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
261251
</configuration>

0 commit comments

Comments
 (0)