Skip to content

Commit a42114c

Browse files
Remove spotbugs version in Java Code
1 parent 176d0e5 commit a42114c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/plugin/tests/src/test/java/com/sonar/it/java/suite/ExternalReportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void pmd() {
7474
public void spotbugs() {
7575
MavenBuild build = TestUtils.createMavenBuild().setPom(TestUtils.projectPom("spotbugs-external-report"))
7676
.setProperty("sonar.java.spotbugs.reportPaths", "target" + File.separator + "spotbugsXml.xml")
77-
.setGoals("clean package com.github.spotbugs:spotbugs-maven-plugin:4.9.8.2:spotbugs", "sonar:sonar");
77+
.setGoals("clean package com.github.spotbugs:spotbugs-maven-plugin:spotbugs", "sonar:sonar");
7878
orchestrator.executeBuild(build);
7979

8080
String projectKey = "org.sonarsource.it.projects:spotbugs-external-report";

0 commit comments

Comments
 (0)