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 no...@apache.org on 2011/10/07 13:00:03 UTC

svn commit: r1180001 - /james/app/trunk/pom.xml

Author: norman
Date: Fri Oct  7 11:00:03 2011
New Revision: 1180001

URL: http://svn.apache.org/viewvc?rev=1180001&view=rev
Log:
exclude jruby

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1180001&r1=1180000&r2=1180001&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Fri Oct  7 11:00:03 2011
@@ -725,6 +725,12 @@ reorganisation.
        <groupId>org.apache.james</groupId>
       <artifactId>james-server-hbase</artifactId>
       <scope>runtime</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jruby</groupId>
+            <artifactId>jruby-complete</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



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