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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 3662090  Update Saxon-HE to 11.1.1
3662090 is described below

commit 3662090976b297c81937686b0efb6c378ebdc9fa
Author: Scala Steward <[email protected]>
AuthorDate: Fri Feb 4 22:06:37 2022 +0100

    Update Saxon-HE to 11.1.1
    
    Dependencies.scala: Remove xmlresolver lines now redundant since
    Saxon-HE 11.1.1 has added missing transitive dependencies on
    xmlresolver and xmlresolver data jars.
---
 project/Dependencies.scala | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ea6c937..7391211 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -56,8 +56,6 @@ object Dependencies {
   )
 
   lazy val schematron = Seq(
-    "net.sf.saxon" % "Saxon-HE" % "11.1",
-    "org.xmlresolver" % "xmlresolver" % "4.1.2" classifier "data",
-    "org.xmlresolver" % "xmlresolver" % "4.1.2",
+    "net.sf.saxon" % "Saxon-HE" % "11.1.1",
   )
 }

Reply via email to