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 fe...@apache.org on 2011/10/12 11:02:18 UTC

svn commit: r1182274 - /james/mailbox/trunk/spring/pom.xml

Author: felixk
Date: Wed Oct 12 09:02:18 2011
New Revision: 1182274

URL: http://svn.apache.org/viewvc?rev=1182274&view=rev
Log:
- Use slf4j-simple only for testing
- Use same excludes for hbase-test-jar as in hbase

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

Modified: james/mailbox/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/spring/pom.xml?rev=1182274&r1=1182273&r2=1182274&view=diff
==============================================================================
--- james/mailbox/trunk/spring/pom.xml (original)
+++ james/mailbox/trunk/spring/pom.xml Wed Oct 12 09:02:18 2011
@@ -125,6 +125,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -141,6 +142,24 @@
         <artifactId>hbase</artifactId>
         <type>test-jar</type>
         <scope>test</scope>
+        <exclusions>
+            <exclusion>
+                <groupId>org.jruby</groupId>
+                <artifactId>jruby-complete</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-log4j12</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
         <groupId>org.apache.hadoop</groupId>



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