You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2011/07/20 16:11:48 UTC

svn commit: r1148781 - /openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml

Author: jlmonteiro
Date: Wed Jul 20 14:11:48 2011
New Revision: 1148781

URL: http://svn.apache.org/viewvc?rev=1148781&view=rev
Log:
Add a default SLF4J binding in scope test

Modified:
    openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml

Modified: openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml?rev=1148781&r1=1148780&r2=1148781&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/container/openejb-core/pom.xml Wed Jul 20 14:11:48 2011
@@ -227,6 +227,11 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <!-- defined in scope test in parent, but it's useful -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.openejb</groupId>