Pull in slf4j-log4j12 from odlparent 13/31713/1
authorStephen Kitt <skitt@redhat.com>
Mon, 21 Dec 2015 16:30:17 +0000 (17:30 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 21 Dec 2015 16:30:17 +0000 (17:30 +0100)
Rely on odlparent's dependency management instead of ${slf4j.version}
(which comes from odlparent anyway).

Change-Id: Ic2e1971fc047330d2386f20ff97d936edf2cd28e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
simple-client/pom.xml

index 484b375961d36441bc1c5a46f7ac96553fb850f2..1a71abf29032f4c17f75d96c882f5be489393954 100644 (file)
@@ -44,7 +44,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>${slf4j.version}</version>
         </dependency>
     </dependencies>
 </project>