You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by to...@apache.org on 2011/08/04 19:01:42 UTC

svn commit: r1153928 - /hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml

Author: tomwhite
Date: Thu Aug  4 17:01:41 2011
New Revision: 1153928

URL: http://svn.apache.org/viewvc?rev=1153928&view=rev
Log:
HDFS-2196. Make ant build system work with hadoop-common JAR generated by Maven. Fix for fusedfs contributed by szetszwo

Modified:
    hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml

Modified: hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml?rev=1153928&r1=1153927&r2=1153928&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml (original)
+++ hadoop/common/trunk/hdfs/src/contrib/fuse-dfs/ivy.xml Thu Aug  4 17:01:41 2011
@@ -51,7 +51,12 @@
     <dependency org="log4j"
       name="log4j"
       rev="${log4j.version}"
-      conf="common->master"/>
+      conf="common->master">
+      <exclude org="com.sun.jdmk"/>
+      <exclude org="com.sun.jmx"/>
+      <exclude org="javax.jms"/> 
+    </dependency>
+    
     <dependency org="commons-logging"
       name="commons-logging"
       rev="${commons-logging.version}"