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/15 09:51:58 UTC

svn commit: r1338577 - /servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml

Author: jbonofre
Date: Tue May 15 07:51:58 2012
New Revision: 1338577

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

Modified:
    servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml?rev=1338577&r1=1338576&r2=1338577&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml Tue May 15 07:51:58 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>
 
@@ -45,10 +45,17 @@
             org.xmlpull*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !org.jivesoftware*,
-            !com.jcraft.jzlib*,
-            !org.xmlpull*;resolution:=optional,
-            *
+            javax.swing;resolution:=optional,
+            javax.naming,
+            javax.naming.directory,
+            javax.net,
+            javax.net.ssl,
+            javax.security.auth.callback,
+            javax.security.sasl,
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.stream,
+            org.w3c.dom
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.embed.dependency>
             *;inline=META-INF/smack.providers|META-INF/smack-config.xml|META-INF/services/*