diff --git a/pom.xml b/pom.xml index 1d08c62..6bc516c 100644 --- a/pom.xml +++ b/pom.xml @@ -108,12 +108,42 @@ SAX2 and Stax2 APIs provided --> true + + + + isorelax + isorelax + + + + xml-apis + xml-apis + + net.java.dev.msv xsdlib ${version.msv} + + true + + + + xerces + xercesImpl + + + + + + + com.sun.xml.bind.jaxb + isorelax + 20090621 diff --git a/release-notes/CREDITS b/release-notes/CREDITS index f9f50d2..66d11da 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -100,3 +100,7 @@ Alexey Gavrilov (@agavrilov76) * Reported #193: Module `com.ctc.wstx` does not read a module that exports `com.ctc.wstx.shaded.msv.org_isorelax.verifier` (6.6.1) + +Jeremy Norris (@norrisjeremy) +* Reported #200: Fix shading of `isorelax` dependency (and other msv-core components) + (6.6.2) diff --git a/release-notes/VERSION b/release-notes/VERSION index 59e69be..3b83532 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -11,6 +11,11 @@ Project: woodstox #196: WstxSAXParser error handling when used with JAXB validation (reported by @winfriedgerlach) +6.6.2 (26-Mar-2024) + +#200: Fix shading of `isorelax` dependency (and other msv-core components) + (reported, fix contribtued by Jeremy N) + 6.6.1 (26-Feb-2024) #193: Module `com.ctc.wstx` does not read a module that exports