This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 7be50ad5a camel-saxon wrapper - integration test fix (#300)
7be50ad5a is described below

commit 7be50ad5a9bcda9c86ba261c67cdc3d6c57f1fe1
Author: ozgurkisir-qlik <[email protected]>
AuthorDate: Wed May 29 11:18:20 2024 +0300

    camel-saxon wrapper - integration test fix (#300)
    
    * camel-saxon wrapper - added missing dependency
    
    * Update features/src/main/feature/camel-features.xml
    
    ---------
    
    Co-authored-by: Nicolas Filotto <[email protected]>
---
 features/src/main/feature/camel-features.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/features/src/main/feature/camel-features.xml 
b/features/src/main/feature/camel-features.xml
index 6371692d0..f89886cca 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -2108,7 +2108,8 @@
     </feature>
     <feature name='camel-saxon' version='${project.version}' start-level='50'>
         <feature version='${camel.osgi.version.range}'>camel-core</feature>
-        <bundle dependency="true">wrap:mvn:net.sf.saxon/Saxon-HE/12.4</bundle>
+        <bundle 
dependency="true">wrap:mvn:net.sf.saxon/Saxon-HE/${saxon-version}</bundle>
+        <bundle 
dependency="true">wrap:mvn:org.xmlresolver/xmlresolver/5.2.2</bundle>
         
<bundle>mvn:org.apache.camel.karaf/camel-saxon/${project.version}</bundle>
     </feature>
     <feature name='camel-schematron' version='${project.version}' 
start-level='50'>

Reply via email to