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 16:30:20 UTC

svn commit: r1308942 - in /servicemix/smx4/bundles/trunk: atlassian-xmlrpc-0.11/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 14:30:19 2012
New Revision: 1308942

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

Modified:
    servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml?rev=1308942&r1=1308941&r2=1308942&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/atlassian-xmlrpc-0.11/pom.xml Tue Apr  3 14:30:19 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>
 
@@ -46,7 +46,11 @@
             com.atlassian.xmlrpc
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-
+            !com.atlassian.xmlrpc*,
+            org.apache.commons.beanutils,
+            org.apache.ws.commons.util,
+            org.apache.xmlrpc*,
+            org.xml.sax
         </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=1308942&r1=1308941&r2=1308942&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 14:30:19 2012
@@ -63,6 +63,7 @@
         <module>asm-3.3.1</module>
         <module>aspectj-1.6.8</module>
         <module>aspectj-1.6.12</module>
+        <module>atlassian-xmlrpc-0.11</module>
     </modules>
 
 </project>