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/17 05:45:24 UTC

svn commit: r1339467 - in /servicemix/smx4/bundles/trunk: hadoop-core-1.0.0/pom.xml pom.xml

Author: ningjiang
Date: Thu May 17 03:45:24 2012
New Revision: 1339467

URL: http://svn.apache.org/viewvc?rev=1339467&view=rev
Log:
SMX4-1139 set the jersey related package imports to be optional

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

Modified: servicemix/smx4/bundles/trunk/hadoop-core-1.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hadoop-core-1.0.0/pom.xml?rev=1339467&r1=1339466&r2=1339467&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hadoop-core-1.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hadoop-core-1.0.0/pom.xml Thu May 17 03:45:24 2012
@@ -51,10 +51,10 @@
             javax.security.sasl,
             javax.servlet*,
             javax.xml*,
-            javax.ws*,
+            javax.ws.rs*;resolution:=optional,
             org.xml.sax*,
             org.w3c.dom,
-            com.sun.jersey*,
+            com.sun.jersey*;resolution:=optional,
             org.apache.commons.codec.binary,
             org.apache.commons.configuration,
             org.apache.commons.daemon,

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1339467&r1=1339466&r2=1339467&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu May 17 03:45:24 2012
@@ -51,6 +51,7 @@
         <module>saxon-9.4.0.1</module>
         <module>saxon-9.3.0.11</module>
         <module>hadoop-core-0.20.203.0</module>
+        <module>hadoop-core-1.0.0</module>
     </modules>
 
 </project>