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/10 16:01:05 UTC

svn commit: r1336699 - /servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml

Author: jbonofre
Date: Thu May 10 14:01:04 2012
New Revision: 1336699

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

Modified:
    servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml?rev=1336699&r1=1336698&r2=1336699&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/oscache-2.4.1/pom.xml Thu May 10 14:01:04 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>
 
@@ -48,10 +48,11 @@
             javax.servlet.http;resolution:=optional;version="[2.5,3)",
             javax.servlet.jsp;resolution:=optional;version="[2.1,3)",
             javax.servlet.jsp.tagext;resolution:=optional;version="[2.1,3)",
-            org.apache.commons.logging*;version="[1.1,2)",
+            org.apache.commons.logging*;resolution:=optional;version="[1.1,2)",
             org.hibernate*;resolution:=optional;version="[3.2.3,4)",
             org.jgroups*;resolution:=optional;version="[2.2.8,2.3)",
-            *
+            javax.swing.event;resolution:=optional, 
+            javax.naming
         </servicemix.osgi.import.pkg>
     </properties>