We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c37cf commit 2c57166Copy full SHA for 2c57166
1 file changed
pom.xml
@@ -74,7 +74,6 @@
74
<!-- Plugins -->
75
<github.maven.version>0.12</github.maven.version>
76
<github.global.server>github</github.global.server>
77
- <spotbugs-maven.version>4.7.3.6</spotbugs-maven.version>
78
<!--Exclude the files here -->
79
<sonar.exclusions>
80
src/main/java/javax/measure/BinaryPrefix.java,src/main/java/javax/measure/MetricPrefix.java</sonar.exclusions>
@@ -739,7 +738,6 @@
739
738
<plugin>
740
<groupId>com.github.spotbugs</groupId>
741
<artifactId>spotbugs-maven-plugin</artifactId>
742
- <version>${spotbugs-maven.version}</version>
743
</plugin>
744
</plugins>
745
</reporting>
0 commit comments