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/11 16:13:28 UTC

svn commit: r1337173 - /servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml

Author: jbonofre
Date: Fri May 11 14:13:27 2012
New Revision: 1337173

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

Modified:
    servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml?rev=1337173&r1=1337172&r2=1337173&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-2.1.2/pom.xml Fri May 11 14:13:27 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>
 
@@ -50,14 +50,16 @@
             javax.rmi*;resolution:=optional,
             javax.servlet*;resolution:=optional;version="[2.5,3)",
             javax.transaction*;resolution:=optional;version="[1,2)",
-            org.apache.commons.beanutils*;resolution:=optional;version="[1.7,2)",
-            org.apache.commons.dbcp*;resolution:=optional;version="[1.2,2)",
-            org.apache.commons.digester*;resolution:=optional;version="[1.8,2)",
-            org.apache.commons.modeler*;resolution:=optional;version="[2.0,3)",
             org.slf4j*;resolution:=optional;version="[1.6,2)",
-            org.apache.commons.logging*;version="[1.1,2)",
             com.mchange.v2.c3p0*;resolution:=optional,
-            *
+            javax.management,
+            javax.management.openmbean,
+            javax.sql,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.xpath,
+            org.w3c.dom,
+            org.xml.sax
         </servicemix.osgi.import.pkg>
     </properties>