You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/05/17 08:03:58 UTC

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

Author: jbonofre
Date: Thu May 17 06:03:58 2012
New Revision: 1339493

URL: http://svn.apache.org/viewvc?rev=1339493&view=rev
Log:
[SMX4-1119] Fix build warning messages in twitter4j 2.2.5 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

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

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=1339493&r1=1339492&r2=1339493&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml Thu May 17 06:03:58 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -43,9 +43,6 @@
             twitter4j
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !dalvik.system,
-            !twitter4j*,
-            !com.google.appengine.api.urlfetch,
 	    javax.crypto;resolution:=optional,
             javax.crypto.spec;resolution:=optional,
             javax.management;resolution:=optional,
@@ -53,9 +50,10 @@
             org.slf4j;resolution:=optional;version="[1.5.8,2)",
             org.apache.commons.logging;resolution:=optional;version="[1.1,2)",
             org.apache.log4j;resolution:=optional;version="[1.2.9,2)",
-            *
+            com.google.appengine.api.urlfetch;resolution:=optional,
+            dalvik.system;resolution:=optional,
+            twitter4j.internal.http.alternative;resolution:=optional
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.failok>true</servicemix.osgi.failok>
     </properties>
 
     <dependencies>