Skip to content

Commit

Permalink
removed Saxon-HE due to XML issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Nov 5, 2023
1 parent fbfaa1c commit f8da34f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit f8da34f

Please sign in to comment.