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/16 09:07:06 UTC

svn commit: r1326513 - /servicemix/smx4/bundles/trunk/guice-2.0/pom.xml

Author: jbonofre
Date: Mon Apr 16 07:07:05 2012
New Revision: 1326513

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

Modified:
    servicemix/smx4/bundles/trunk/guice-2.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/guice-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guice-2.0/pom.xml?rev=1326513&r1=1326512&r2=1326513&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/guice-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/guice-2.0/pom.xml Mon Apr 16 07:07:05 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>
 
@@ -44,11 +44,10 @@
             com.google.inject*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            com.google.inject.internal.asm.util*;resolution:=optional,
             javax.annotation,
             javax.naming*,
-            org.aopalliance*,
-            *
+            org.aopalliance*;version="[1.0,2)",
+            com.google.inject.internal.asm.util*;resolution:=optional,
         </servicemix.osgi.import.pkg>
     </properties>