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/04 16:42:06 UTC

svn commit: r1309416 - in /servicemix/smx4/bundles/trunk: castor-0.9.6/pom.xml pom.xml

Author: jbonofre
Date: Wed Apr  4 14:42:05 2012
New Revision: 1309416

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

Modified:
    servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml?rev=1309416&r1=1309415&r2=1309416&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml Wed Apr  4 14:42: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>
     
@@ -43,13 +43,23 @@
             org.exolab
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.exolab*,
+            javax.naming*,
+            javax.sql,
+            javax.transaction*,
+            javax.xml*,
+            org.w3c.dom,
+            org.xml.sax*,
             org.apache.regexp;version="[1.3,2)",
+            net.sf.cglib.proxy,
+            org.apache.oro*;version="[2.0.8,3)",
+            org.apache.xml.serialize,
+            org.apache.tools.ant*;resolution:=optional,
+            javax.swing*;resolution:=optional,
             junit*;resolution:=optional,
             netscape.ldap*;resolution:=optional,
             org.apache.xerces.utils.regex*;resolution:=optional,
             org.postgresql;resolution:=optional,
-            *
+            org.apache.commons.logging;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
     
@@ -104,4 +114,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309416&r1=1309415&r2=1309416&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Apr  4 14:42:05 2012
@@ -83,6 +83,7 @@
         <module>beanio-1.2.2</module>
 
         <module>casbah-2.1.2</module>
+        <module>castor-0.9.6</module>
     </modules>
 
 </project>