Restore "Add SLF4J dependency for SpotBugs" 77/79377/2
authorStephen Kitt <skitt@redhat.com>
Wed, 9 Jan 2019 16:53:02 +0000 (17:53 +0100)
committerStephen Kitt <skitt@redhat.com>
Thu, 17 Jan 2019 08:31:52 +0000 (08:31 +0000)
This reverts commit 08eb264e99cec9af128fcd87c732c40188b60a9c; the
SLF4J 1.8 dependency is carried by SpotBugs 3.1.9, so we do need
this.

Change-Id: Ia6789cc9be29f2ac5d83c73bbe893c34dc68216e
JIRA: ODLPARENT-184
Signed-off-by: Stephen Kitt <skitt@redhat.com>
odlparent/pom.xml

index def513697b61123b531dfa5bf5f53871c08573a7..23ba974d75dd83894b542c7f2ffa9954165711e9 100644 (file)
               <artifactId>spotbugs</artifactId>
               <version>4.0.9-SNAPSHOT</version>
             </dependency>
+            <dependency>
+              <!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 2 -->
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-simple</artifactId>
+              <version>1.8.0-beta2</version>
+            </dependency>
           </dependencies>
           <configuration>
             <plugins>