Switch to spotbugs plugin 41/80141/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Feb 2019 21:05:05 +0000 (22:05 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Feb 2019 21:45:34 +0000 (22:45 +0100)
findbugs does not work JDK9+, switch to spotbugs.

Change-Id: I2672369099c7298c67f9d50acec2bbdb882fb1d3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml

index e96005346b35f5df9f1c3efd590b42f1dec1ab26..f6bc8cbdf9401a87b0d87b66c34cd668eb3bbd11 100644 (file)
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <!-- TODO Remove the dependencies when upgrading to odlparent 3.1.1 or later -->
-        <dependencies>
-          <dependency>
-            <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>findbugs</artifactId>
-            <version>4.0.9</version>
-          </dependency>
-        </dependencies>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
         <configuration>
           <failOnError>true</failOnError>
         </configuration>