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/18 16:05:45 UTC

svn commit: r1327513 - /servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml

Author: jbonofre
Date: Wed Apr 18 14:05:44 2012
New Revision: 1327513

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

Modified:
    servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml

Modified: servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml?rev=1327513&r1=1327512&r2=1327513&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ibatis-sqlmap-2.3.4.726/pom.xml Wed Apr 18 14:05:44 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,17 @@
             com.ibatis
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            *
+            javax.naming*,
+            javax.sql,
+            javax.transaction,
+            javax.xml*,
+            org.w3c.dom,
+            org.xml.sax*,
+            org.apache.commons.dbcp,
+            net.sf.cglib*,
+            com.opensymphony.oscache*;resolution:=optional,
+            org.apache.commons.logging;resolution:=optional,
+            org.apache.log4j;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>