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/04/17 18:16:36 UTC

svn commit: r1327159 - /servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml

Author: jbonofre
Date: Tue Apr 17 16:16:36 2012
New Revision: 1327159

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

Modified:
    servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml?rev=1327159&r1=1327158&r2=1327159&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hapi-0.5.1/pom.xml Tue Apr 17 16:16:36 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,14 +39,25 @@
         <pkgGroupId>org.hl7</pkgGroupId>
         <pkgArtifactId>hapi</pkgArtifactId>
         <pkgVersion>0.5.1</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            ca.uhn
+        </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            javax.jms,
+            javax.xml*,
+            org.w3c.dom,
+            org.xml.sax*,
+            org.apache.xerces*,
+            org.apache.xml.serialize,
+            org.apache.xpath,
+            org.jdom*,
+            javax.swing*;resolution:=optional,
             sun.jdbc.odbc;resolution:=optional,
             org.apache.commons.cli;resolution:=optional,
-            *
+            org.apache.commons.logging;resolution:=optional,
+            org.apache.log4j;resolution:=optional,
+            org.apache.tools.ant;resolution:=optional
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.export.pkg>
-            ca.uhn
-        </servicemix.osgi.export.pkg>
     </properties>
 
     <repositories>