From f8da34f0f8db97f23720a1c77086e84b0c5b6cb0 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Sun, 5 Nov 2023 09:39:43 +0100 Subject: [PATCH] removed Saxon-HE due to XML issues --- CHANGELOG.md | 1 - build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e67ef4..a2d9d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ ### Added - Added support for [CityJSON 2.0](https://www.cityjson.org/specs/2.0.0/) to the `to-cityjson` and `from-cityjson` commands. ([#50](https://github.com/citygml4j/citygml-tools/issues/50)) -- The `apply-xslt` command now supports XSLT/XPath 2.0 and 3.0. - Added the `--map-lod0-roof-edge` option to the `upgrade` command. Use this option to convert bldg:lod0RoofEdge properties of buildings in your CityGML 2.0/1.0 input files to individual RoofSurface objects having an LoD0 surface in CityGML 3.0. diff --git a/build.gradle b/build.gradle index 618ccf5..f058ec0 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,6 @@ dependencies { implementation 'org.geotools:gt-epsg-hsql:30.0' implementation 'org.geotools:gt-referencing:30.0' implementation 'org.apache.commons:commons-imaging:1.0-alpha3' - implementation 'net.sf.saxon:Saxon-HE:12.3' runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1' }