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/03 17:53:41 UTC

svn commit: r1308997 - in /servicemix/smx4/bundles/trunk: axiom-impl-1.2.12/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 15:53:40 2012
New Revision: 1308997

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

Modified:
    servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml?rev=1308997&r1=1308996&r2=1308997&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml Tue Apr  3 15:53:40 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>
 
@@ -40,14 +40,16 @@
         <pkgArtifactId>axiom-impl</pkgArtifactId>
         <pkgVersion>1.2.12</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.axiom.om.impl.llom*;version="1.2.12",
-            org.apache.axiom.soap.impl.llom*
+            org.apache.axiom
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.apache.axiom.om.impl.llom*,
-            !org.apache.axiom.soap.impl.llom*,
-            org.apache.commons.logging*;resolution:=optional;version="[1.1,2)",
-            *
+            javax.activation,
+            javax.mail*;resolution:=optional,
+            javax.xml*,
+            org.jaxen*,
+            org.w3c.dom,
+            org.xml.sax*,
+            org.apache.commons.logging*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308997&r1=1308996&r2=1308997&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 15:53:40 2012
@@ -73,6 +73,7 @@
         <module>aws-java-sdk-1.2.12</module>
         <module>aws-java-sdk-1.3.0</module>
         <module>axiom-api-1.2.12</module>
+        <module>axiom-impl-1.2.12</module>
     </modules>
 
 </project>