You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/12 10:08:40 UTC

[camel-karaf] branch camel-karaf-3.x updated: CAMEL-19976: upgrade to xmlresolver 5.1.2_2

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

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


The following commit(s) were added to refs/heads/camel-karaf-3.x by this push:
     new 1d1c4641 CAMEL-19976: upgrade to xmlresolver 5.1.2_2
1d1c4641 is described below

commit 1d1c4641511d4ff9dceabc63e19d0207fbbdf55e
Author: Mike Kobler <mi...@gmail.com>
AuthorDate: Wed Oct 11 11:19:43 2023 +0200

    CAMEL-19976: upgrade to xmlresolver 5.1.2_2
    
    Issue: https://issues.apache.org/jira/browse/CAMEL-19976
    
    I've updated the bundle "org.apache.servicemix.bundles.xmlresolver" to version 5.1.2_2 to fix ClassNotFoundException (Saxon)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 12a02a2f..a3cffc22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
         <xalan-bundle-version>2.7.2_3</xalan-bundle-version>
         <xerces-bundle-version>2.12.0_1</xerces-bundle-version>
         <xmlgraphics-commons-bundle-version>2.3_1</xmlgraphics-commons-bundle-version>
-        <xmlresolver-bundle-version>5.1.2_1</xmlresolver-bundle-version>
+        <xmlresolver-bundle-version>5.1.2_2</xmlresolver-bundle-version>
         <xpp3-bundle-version>1.1.4c_7</xpp3-bundle-version>
         <xstream-bundle-version>1.4.19_1</xstream-bundle-version>
         <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>