Fix SpotBugs logging warning
[odlparent.git] / odlparent / pom.xml
index 52ae5c5f99de303eab4845c6a0c09a2ea09366c5..84b7d1dcd85496d2ad543fefd2f86f574a0833f0 100644 (file)
               <artifactId>spotbugs</artifactId>
               <version>11.0.0-SNAPSHOT</version>
             </dependency>
+
+            <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 4 -->
+            <dependency>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-api</artifactId>
+              <version>1.8.0-beta4</version>
+            </dependency>
             <dependency>
-              <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 4 -->
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-simple</artifactId>
               <version>1.8.0-beta4</version>