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/02/21 04:41:32 UTC

svn commit: r1291580 - in /servicemix/smx4/bundles/trunk: pom.xml twitter4j-2.2.5/pom.xml

Author: ningjiang
Date: Tue Feb 21 03:41:32 2012
New Revision: 1291580

URL: http://svn.apache.org/viewvc?rev=1291580&view=rev
Log:
SMX4-1032 Fixed the package import issue of twitter4j-2.2.5

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1291580&r1=1291579&r2=1291580&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Feb 21 03:41:32 2012
@@ -63,6 +63,7 @@
         <module>xmlenc-0.52</module>
         <module>ant-1.8.1</module>
         <module>ant-1.8.2</module>
+        <module>twitter4j-2.2.5</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml?rev=1291580&r1=1291579&r2=1291580&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml Tue Feb 21 03:41:32 2012
@@ -44,8 +44,9 @@
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             !dalvik.system,
-            !com.google.appengine.api.urlfetch.URLFetchService,
-	        javax.crypto;resolution:=optional,
+            !twitter4j*,
+            !com.google.appengine.api.urlfetch,
+	    javax.crypto;resolution:=optional,
             javax.crypto.spec;resolution:=optional,
             javax.management;resolution:=optional,
             javax.management.openmbean;resolution:=optional,