Setting scope of slf4j to provided.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 25 Aug 2011 07:52:48 +0000 (00:52 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 25 Aug 2011 07:52:48 +0000 (00:52 -0700)
pom.xml

diff --git a/pom.xml b/pom.xml
index f6c1ffa..86f9ac2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <version>1.6.1</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>