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 07:34:17 UTC

svn commit: r1338538 - /servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml

Author: jbonofre
Date: Tue May 15 05:34:17 2012
New Revision: 1338538

URL: http://svn.apache.org/viewvc?rev=1338538&view=rev
Log:
[SMX4-1119] Fix build warning messages on scala-library 2.9.1 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml?rev=1338538&r1=1338537&r2=1338538&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/scala-library-2.9.1/pom.xml Tue May 15 05:34:17 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>
 
@@ -39,13 +39,16 @@
         <pkgGroupId>org.scala-lang</pkgGroupId>
         <pkgArtifactId>scala-library</pkgArtifactId>
         <pkgVersion>2.9.1</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            sun.misc;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
             scala*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
         </servicemix.osgi.export>
+        <servicemix.osgi.import.pkg>
+            sun.misc;resolution:=optional,
+            javax.xml.parsers,
+            org.xml.sax,
+            org.xml.sax.ext,
+            org.xml.sax.helpers
+        </servicemix.osgi.import.pkg>
         <servicemix.osgi.embed.dependency>
             *;inline=library.properties
         </servicemix.osgi.embed.dependency>