From 306c86467ca7bd6ab36f599218ca6dbcef83fff1 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Wed, 3 Jul 2024 08:51:36 +0200 Subject: [PATCH] closes #402 --- History.md | 4 +++- validator/pom.xml | 23 +++-------------------- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/History.md b/History.md index b2448679..4d0b635d 100644 --- a/History.md +++ b/History.md @@ -9,7 +9,9 @@ - #392 CLI: action combine: --ignorefileextension to ignore PDF/A input file errors dosen't work - for CLI combine, fx is now default - set profile to XR if XR is imported #395 -- Powershell compatibility: added --no-additional-attachments command line option for better batch processing +- Powershell compatibility: added --no-additional-attachments command line option for better batch processing: + In cmd also --attachments "" worked but in powershell it was hard to figure out that one had to use --attachments '""' +- Be able to validate XRechnung/UBL files #337 2.11.0 ======= diff --git a/validator/pom.xml b/validator/pom.xml index fd176e71..115fdb7c 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -41,28 +41,11 @@ 2.12.0-SNAPSHOT - ch.qos.logback - logback-classic - 1.5.6 - - - ch.qos.logback - logback-core - 1.5.6 + jakarta.xml.bind + jakarta.xml.bind-api + 4.0.2 - - - org.codehaus.janino - janino - 3.1.8 - - - - com.googlecode.slf4j-maven-plugin-log - slf4j-maven-plugin-log - 1.0.0 -