This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit fce17cc8ea1424a9763bd07525cdac22dd6a2615 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 6 19:03:24 2020 +0200 CAMEL-15616:camel-saxon - Upgrade to Saxon 10.x, correct OSGi range --- components/camel-saxon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml index e3c1a61..b166402 100644 --- a/components/camel-saxon/pom.xml +++ b/components/camel-saxon/pom.xml @@ -33,7 +33,7 @@ <properties> <camel.osgi.import.additional> - net.sf.saxon.*;version="[9.9.0,11)" + net.sf.saxon.*;version="[10,11)" </camel.osgi.import.additional> </properties>