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/15 21:36:03 UTC

svn commit: r1326410 - /servicemix/smx4/bundles/trunk/guava-09/pom.xml

Author: jbonofre
Date: Sun Apr 15 19:36:03 2012
New Revision: 1326410

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

Modified:
    servicemix/smx4/bundles/trunk/guava-09/pom.xml

Modified: servicemix/smx4/bundles/trunk/guava-09/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guava-09/pom.xml?rev=1326410&r1=1326409&r2=1326410&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/guava-09/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/guava-09/pom.xml Sun Apr 15 19:36:03 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,8 +43,8 @@
             com.google.common*;version=09;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            sun.misc;resolution:=optional,
-            javax.annotation
+            javax.annotation,
+            sun.misc;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>