Author: eric
Date: Mon Mar 19 14:46:36 2012
New Revision: 1302481

URL: http://svn.apache.org/viewvc?rev=1302481&view=rev
Log:
Exclude Hbase and Hadoop from dependencies (JAMESAPP-5)

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1302481&r1=1302480&r2=1302481&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Mon Mar 19 14:46:36 2012
@@ -341,6 +341,16 @@
         <groupId>org.apache.james</groupId>
         <artifactId>apache-james-mailbox-spring</artifactId>
         <scope>runtime</scope>
+        <exclusions>
+          <exclusion>
+            <artifactId>hbase</artifactId>
+            <groupId>org.apache.hbase</groupId>
+          </exclusion>
+          <exclusion>
+            <artifactId>hadoop-core</artifactId>
+            <groupId>org.apache.hadoop</groupId>
+          </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
         <groupId>org.apache.james</groupId>
@@ -388,6 +398,14 @@
           <artifactId>hsqldb</artifactId>
           <groupId>hsqldb</groupId>
         </exclusion>
+        <exclusion>
+          <artifactId>hbase</artifactId>
+          <groupId>org.apache.hbase</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>hadoop-core</artifactId>
+          <groupId>org.apache.hadoop</groupId>
+        </exclusion>
         </exclusions>
         <version>${james.server.version}</version>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to