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/04/03 17:53:02 UTC

svn commit: r1308992 - in /servicemix/smx4/bundles/trunk: aws-java-sdk-1.1.1/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 15:53:01 2012
New Revision: 1308992

URL: http://svn.apache.org/viewvc?rev=1308992&view=rev
Log:
[SMX4-1119] Fix warning messages in aws-java-sdk 1.1.1 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml?rev=1308992&r1=1308991&r2=1308992&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aws-java-sdk-1.1.1/pom.xml Tue Apr  3 15:53:01 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,7 +43,6 @@
             com.amazonaws
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.amazonaws*,
             javax.crypto*,
             javax.xml*,
             org.w3c.dom,
@@ -51,8 +50,7 @@
             org.apache.commons.codec*;version="[1.3,2)",
             org.apache.commons.httpclient*;version="[3,4)",
             org.apache.commons.logging*;version="[1.1,2)";resolution:=optional,
-            org.codehaus.jackson*;version="[1.4,2)";resolution:=optional,
-            *
+            org.codehaus.jackson*;version="[1.4,2)";resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308992&r1=1308991&r2=1308992&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 15:53:01 2012
@@ -69,6 +69,7 @@
         <module>avro-1.6.1</module>
         <module>avro-ipc-1.5.3</module>
         <module>avro-ipc-1.6.1</module>
+        <module>aws-java-sdk-1.1.1</module>
     </modules>
 
 </project>