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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to