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/01/06 10:50:10 UTC

svn commit: r1228044 - in /servicemix/smx4/bundles/trunk/twitter4j-2.2.5: pom.xml src/main/resources/OSGI-INF/bundle.info

Author: ningjiang
Date: Fri Jan  6 09:50:09 2012
New Revision: 1228044

URL: http://svn.apache.org/viewvc?rev=1228044&view=rev
Log:
SMX4-1032 the twitter4j-httpclient-support doesn't work after testing

Modified:
    servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml
    servicemix/smx4/bundles/trunk/twitter4j-2.2.5/src/main/resources/OSGI-INF/bundle.info

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=1228044&r1=1228043&r2=1228044&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/twitter4j-2.2.5/pom.xml Fri Jan  6 09:50:09 2012
@@ -51,7 +51,6 @@
             javax.management.openmbean;resolution:=optional,
             org.slf4j;resolution:=optional;version="[1.5.8,2)",
             org.apache.commons.logging;resolution:=optional;version="[1.1,2)",
-            org.apache.http*;resolution:=optional;version="[4,5)",
             org.apache.log4j;resolution:=optional;version="[1.2.9,2)",
             *
         </servicemix.osgi.import.pkg>
@@ -71,12 +70,6 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>twitter4j-httpclient-support</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
     </dependencies>
 
     <build>
@@ -95,7 +88,6 @@
                                 <includes>
                                     <include>${pkgGroupId}:twitter4j-core</include>
                                     <include>${pkgGroupId}:twitter4j-stream</include>
-                                    <include>${pkgGroupId}:twitter4j-httpclient-support</include>
                                 </includes>
                             </artifactSet>
                             <filters>
@@ -111,12 +103,6 @@
                                         <exclude>**</exclude>
                                     </excludes>
                                 </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:twitter4j-httpclient-support</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <createDependencyReducedPom>true</createDependencyReducedPom>

Modified: servicemix/smx4/bundles/trunk/twitter4j-2.2.5/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/twitter4j-2.2.5/src/main/resources/OSGI-INF/bundle.info?rev=1228044&r1=1228043&r2=1228044&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/twitter4j-2.2.5/src/main/resources/OSGI-INF/bundle.info (original)
+++ servicemix/smx4/bundles/trunk/twitter4j-2.2.5/src/main/resources/OSGI-INF/bundle.info Fri Jan  6 09:50:09 2012
@@ -4,7 +4,6 @@
     Original Maven URL:
         \u001B[33mmvn:${pkgGroupId}/twitter4j-core\u001B[0m
         \u001B[33mmvn:${pkgGroupId}/twitter4j-stream\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/twitter4j-httpclient-support\u001B[0m
 
 \u001B[1mDESCRIPTION\u001B[0m
     Twitter4J is an unofficial Java library for the Twitter API.