You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2015/09/24 00:57:19 UTC

svn commit: r1704958 - /james/mailbox/trunk/hbase/pom.xml

Author: btellier
Date: Wed Sep 23 22:57:19 2015
New Revision: 1704958

URL: http://svn.apache.org/viewvc?rev=1704958&view=rev
Log:
MAILBOX-250 Remove common logging in HBase

Modified:
    james/mailbox/trunk/hbase/pom.xml

Modified: james/mailbox/trunk/hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/pom.xml?rev=1704958&r1=1704957&r2=1704958&view=diff
==============================================================================
--- james/mailbox/trunk/hbase/pom.xml (original)
+++ james/mailbox/trunk/hbase/pom.xml Wed Sep 23 22:57:19 2015
@@ -80,10 +80,6 @@
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -106,12 +102,6 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-core</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
     </dependencies>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1704958 - /james/mailbox/trunk/hbase/pom.xml

Posted by Matthieu Baechler <mb...@linagora.com>.
Hi Benoit,

I think that's not the right fix. you should exclude commons-logging 
from every dependencies and depends on jcl-over-slf4j instead.

I suggest you read http://www.slf4j.org/legacy.html to understand why.

Regards,
-- 
Matthieu Baechler

Le 24/09/2015 00:57, btellier@apache.org a écrit :
> Author: btellier
> Date: Wed Sep 23 22:57:19 2015
> New Revision: 1704958
>
> URL: http://svn.apache.org/viewvc?rev=1704958&view=rev
> Log:
> MAILBOX-250 Remove common logging in HBase
>
> Modified:
>      james/mailbox/trunk/hbase/pom.xml
>
> Modified: james/mailbox/trunk/hbase/pom.xml
> URL: http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/pom.xml?rev=1704958&r1=1704957&r2=1704958&view=diff
> ==============================================================================
> --- james/mailbox/trunk/hbase/pom.xml (original)
> +++ james/mailbox/trunk/hbase/pom.xml Wed Sep 23 22:57:19 2015
> @@ -80,10 +80,6 @@
>                       <groupId>log4j</groupId>
>                       <artifactId>log4j</artifactId>
>                   </exclusion>
> -                <exclusion>
> -                    <groupId>commons-logging</groupId>
> -                    <artifactId>commons-logging</artifactId>
> -                </exclusion>
>               </exclusions>
>           </dependency>
>           <dependency>
> @@ -106,12 +102,6 @@
>           <dependency>
>               <groupId>org.apache.hadoop</groupId>
>               <artifactId>hadoop-core</artifactId>
> -            <exclusions>
> -                <exclusion>
> -                    <groupId>commons-logging</groupId>
> -                    <artifactId>commons-logging</artifactId>
> -                </exclusion>
> -            </exclusions>
>           </dependency>
>       </dependencies>
>   
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org