This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new a2eaf1f10 [SM-5436] Add org.xmlresolver import in Saxon bundle
a2eaf1f10 is described below
commit a2eaf1f1072a29616734778c2694e4539c52190c
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jan 28 08:13:21 2023 +0100
[SM-5436] Add org.xmlresolver import in Saxon bundle
---
pom.xml | 1 +
saxon-11.4/pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 06adceb8c..a48346723 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<modules>
<module>xmlresolver-4.4.3</module>
+ <module>saxon-11.4</module>
</modules>
</project>
diff --git a/saxon-11.4/pom.xml b/saxon-11.4/pom.xml
index 4e2bdf8ee..f2075d7b2 100644
--- a/saxon-11.4/pom.xml
+++ b/saxon-11.4/pom.xml
@@ -68,6 +68,7 @@
com.saxonica.stream;resolution:=optional,
org.apache.xml.resolver,
org.apache.xml.resolver.helpers,
+ org.xmlresolver*,
org.w3c.dom,
org.xml.sax,
org.xml.sax.ext,