Revert "Bump spotbugs to 4.8.4" 55/111355/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Apr 2024 10:25:37 +0000 (12:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Apr 2024 10:26:43 +0000 (12:26 +0200)
This reverts commit 95d40aa725ab1d2bd04902d237a90730a7bba7d4, as there
seem to be parallel execution issues.

Change-Id: I2432cbe22a5824e892372a55806d771c00193b69
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml

index 8259b2f4a59dd2df431abee20183685f7202edd8..195bd399a958116d41cea8e65fb0f01becfee3b8 100644 (file)
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.8.4</version>
+        <version>4.8.3</version>
         <!-- Contains retention=RUNTIME annotations, which are not really needed -->
         <optional>true</optional>
         <exclusions>
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.8.4.0</version>
+          <version>4.8.3.1</version>
           <dependencies>
             <dependency>
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs</artifactId>
-              <version>4.8.4</version>
+              <version>4.8.3</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>