You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2013/06/26 11:57:00 UTC

Fwd: svn commit: r1496862 - /tomee/tomee/trunk/container/openejb-core/pom.xml

Hi Andy,

we need to provide something (so scope runtime or compile) otherwise no log
will work in tests/standalone at least. Since we log most of our messages
with JUL slf4j-jdk14 seems fine.

What's the issue?

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



---------- Forwarded message ----------
From: <an...@apache.org>
Date: 2013/6/26
Subject: svn commit: r1496862 -
/tomee/tomee/trunk/container/openejb-core/pom.xml
To: commits@tomee.apache.org


Author: andygumbrecht
Date: Wed Jun 26 09:52:46 2013
New Revision: 1496862

URL: http://svn.apache.org/r1496862
Log:
Scope

Modified:
    tomee/tomee/trunk/container/openejb-core/pom.xml

Modified: tomee/tomee/trunk/container/openejb-core/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/pom.xml?rev=1496862&r1=1496861&r2=1496862&view=diff
==============================================================================
--- tomee/tomee/trunk/container/openejb-core/pom.xml (original)
+++ tomee/tomee/trunk/container/openejb-core/pom.xml Wed Jun 26 09:52:46
2013
@@ -556,11 +556,13 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jdk14</artifactId>
+         <scope>provided</scope>
     </dependency>
     <!-- Dependency of Quartz -->
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
+         <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>xmlunit</groupId>