Author: elecharny
Date: Thu Mar  7 15:25:22 2013
New Revision: 1453915

URL: http://svn.apache.org/r1453915
Log:
Added the SLF4J depenency

Modified:
    labs/mavibot/trunk/pom.xml

Modified: labs/mavibot/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/mavibot/trunk/pom.xml?rev=1453915&r1=1453914&r2=1453915&view=diff
==============================================================================
--- labs/mavibot/trunk/pom.xml (original)
+++ labs/mavibot/trunk/pom.xml Thu Mar  7 15:25:22 2013
@@ -37,6 +37,7 @@
 
   <properties>
     <junit.version>4.10</junit.version>
+    <slf4j.version>1.7.2</slf4j.version>
   </properties>
 
   <modules>
@@ -50,6 +51,12 @@
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>${slf4j.version}</version>
+    </dependency>
   </dependencies>
   
   <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to