You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ni...@apache.org on 2012/05/14 09:42:33 UTC

svn commit: r1338042 - in /servicemix/smx4/bundles/trunk: hadoop-core-0.20.203.0/pom.xml pom.xml

Author: ningjiang
Date: Mon May 14 07:42:33 2012
New Revision: 1338042

URL: http://svn.apache.org/viewvc?rev=1338042&view=rev
Log:
SMX4-1138 lower import version of org.apache.commons.codec.binary in hadoop-core-0.20.203.0

Modified:
    servicemix/smx4/bundles/trunk/hadoop-core-0.20.203.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/hadoop-core-0.20.203.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hadoop-core-0.20.203.0/pom.xml?rev=1338042&r1=1338041&r2=1338042&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hadoop-core-0.20.203.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hadoop-core-0.20.203.0/pom.xml Mon May 14 07:42:33 2012
@@ -52,7 +52,7 @@
             javax.xml*,
             org.w3c.dom,
             org.xml.sax*,
-            org.apache.commons.codec.binary,
+            org.apache.commons.codec.binary;version="[1.3,2)",
             org.apache.commons.configuration,
             org.apache.commons.daemon,
             org.apache.commons.httpclient*,

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1338042&r1=1338041&r2=1338042&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon May 14 07:42:33 2012
@@ -50,6 +50,7 @@
         <module>qpid-0.14</module>
         <module>saxon-9.4.0.1</module>
         <module>saxon-9.3.0.11</module>
+        <module>hadoop-core-0.20.203.0</module>
     </modules>
 
 </project>