You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2008/04/30 02:42:40 UTC

svn commit: r652205 - /continuum/trunk/continuum-test/pom.xml

Author: carlos
Date: Tue Apr 29 17:42:40 2008
New Revision: 652205

URL: http://svn.apache.org/viewvc?rev=652205&view=rev
Log:
add slf4j required

Modified:
    continuum/trunk/continuum-test/pom.xml

Modified: continuum/trunk/continuum-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-test/pom.xml?rev=652205&r1=652204&r2=652205&view=diff
==============================================================================
--- continuum/trunk/continuum-test/pom.xml (original)
+++ continuum/trunk/continuum-test/pom.xml Tue Apr 29 17:42:40 2008
@@ -30,5 +30,11 @@
       <artifactId>plexus-spring</artifactId>
       <scope>compile</scope>
     </dependency>    
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.0</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file