You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2010/08/13 14:45:58 UTC

svn commit: r985181 - /servicemix/smx4/bundles/trunk/smack-3.1.0/pom.xml

Author: lhein
Date: Fri Aug 13 12:45:57 2010
New Revision: 985181

URL: http://svn.apache.org/viewvc?rev=985181&view=rev
Log:
now the smack bundle no longer needs xmlpullparser as dependency and also smackx stuff like compression is now working fine because the missing packages are now exposed as well.

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

Modified: servicemix/smx4/bundles/trunk/smack-3.1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/smack-3.1.0/pom.xml?rev=985181&r1=985180&r2=985181&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/smack-3.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/smack-3.1.0/pom.xml Fri Aug 13 12:45:57 2010
@@ -40,12 +40,15 @@
         <pkgGroupId>org.igniterealtime.smack</pkgGroupId>
         <pkgArtifactId>smack</pkgArtifactId>
         <pkgVersion>3.1.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.jivesoftware
-        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
+            org.jivesoftware*;version=${pkgVersion};-split-package:=merge-first,
+            com.jcraft.jzlib*;version=${pkgVersion};-split-package:=merge-first,
+            org.xmlpull*;version=${pkgVersion};-split-package:=merge-first
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             !org.jivesoftware*,
-            org.xmlpull*;resolution:=optional,
+            !com.jcraft.jzlib*,
+            !org.xmlpull*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>
@@ -115,4 +118,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>