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 8824941d2dda21fb59d3752fdf04ab9f5ada1784 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 6 19:08:06 2020 +0200 CAMEL-15616:camel-saxon - Upgrade to Saxon 10.x, correct OSGi range in xslt-saxon --- components/camel-xslt-saxon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-xslt-saxon/pom.xml b/components/camel-xslt-saxon/pom.xml index b6b3097..d10ce41 100644 --- a/components/camel-xslt-saxon/pom.xml +++ b/components/camel-xslt-saxon/pom.xml @@ -34,7 +34,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>