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/09 14:25:01 UTC

svn commit: r1336134 - /servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml

Author: jbonofre
Date: Wed May  9 12:25:00 2012
New Revision: 1336134

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

Modified:
    servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml?rev=1336134&r1=1336133&r2=1336134&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jettison-1.0.1/pom.xml Wed May  9 12:25:00 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,12 +39,16 @@
         <pkgGroupId>org.codehaus.jettison</pkgGroupId>
         <pkgArtifactId>jettison</pkgArtifactId>
         <pkgVersion>1.0.1</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
             org.codehaus.jettison
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.xml.namespace,
+            javax.xml.stream,
+            javax.xml.stream.util,
+            javax.xml.transform,
+            javax.xml.transform.stream
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>