You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/09/14 02:34:35 UTC

svn commit: r1384609 - /camel/trunk/components/camel-hl7/pom.xml

Author: ningjiang
Date: Fri Sep 14 00:34:35 2012
New Revision: 1384609

URL: http://svn.apache.org/viewvc?rev=1384609&view=rev
Log:
CAMEL-5610 specify the mina version range in the camel-hl7 bundle

Modified:
    camel/trunk/components/camel-hl7/pom.xml

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=1384609&r1=1384608&r2=1384609&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Fri Sep 14 00:34:35 2012
@@ -31,6 +31,9 @@
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.hl7.*</camel.osgi.export.pkg>
+        <camel.osgi.import.before.defaults>
+            org.apache.mina.*;version="[2,3)"
+        </camel.osgi.import.before.defaults>
     </properties>
 
     <dependencies>