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 2013/10/31 22:03:51 UTC

svn commit: r1537643 - /servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml

Author: jbonofre
Date: Thu Oct 31 21:03:50 2013
New Revision: 1537643

URL: http://svn.apache.org/r1537643
Log:
Fix jackson-module-scala 2.1.5 pom.xml

Modified:
    servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml

Modified: servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml?rev=1537643&r1=1537642&r2=1537643&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jackson-module-scala-2.1.5/pom.xml Thu Oct 31 21:03:50 2013
@@ -39,11 +39,11 @@
         <pkgGroupId>com.fasterxml.jackson.module</pkgGroupId>
         <pkgArtifactId>jackson-module-scala_2.10</pkgArtifactId>
         <pkgVersion>2.1.5</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.fasterxml.jackson.module.scala*,
-            org.scalastuff.scalabeans*,
-            scala.metaprogramming
-        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
+            com.fasterxml.jackson.module.scala*;version=${pkgVersion};-split-package:=merge-first,
+            org.scalastuff.scalabeans*;-split-package:=merge-first,
+            scala.metaprogramming;-split-package:=merge-first
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             sun.misc;resolution:=optional,
             javax.inject;resolution:=optional,
@@ -56,7 +56,6 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
         </dependency>
 
         <!-- sources -->