From aeb7c809d0fe858fa44f1f299ea0964363d51165 Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Sun, 2 Jan 2022 16:28:58 -0500 Subject: [PATCH] Preparing for release. --- CHANGES.xml | 27 ++++++++++++++------------ pom.xml | 55 ++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 55 insertions(+), 27 deletions(-) diff --git a/CHANGES.xml b/CHANGES.xml index f8b45040..ecc5776a 100644 --- a/CHANGES.xml +++ b/CHANGES.xml @@ -7,15 +7,20 @@ - + + + + + + Updated transitive dependencies with known vulnerabilities. + Updated dependencies to avoid logging library detection conflict. - - + + Maven dependency updates: Apache Tika 1.27 (and its many transitive dependencies), UCAR jj2000 5.4, Opencsv 5.5.2, @@ -24,10 +29,9 @@ Fixed invalid configuration in POM "maven-dependency-plugin". - - - + + + Handlers now support XML "flow", which adds supports for if/ifNot/condition/then/else tags in XML configuration. @@ -50,10 +54,9 @@ New CommonMatchers class. - - + + New ImageTransformer class. diff --git a/pom.xml b/pom.xml index 18fd38cf..9764b8b3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,20 +20,24 @@ com.norconex.commons norconex-commons-maven-parent - 1.0.0-SNAPSHOT + 1.0.0 com.norconex.collectors norconex-importer - 3.0.0-SNAPSHOT + 3.0.0 Norconex Importer + 1.21 + 3.4.5 + 2.0.6.1 + 1.4.0 + 1.14.3 + 3.0.1 + 5.5.2 1.27 5.4 - 5.5.2 - 3.0.1 0.1.6 - 1.4.0 2009 @@ -54,6 +58,36 @@ + + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + org.apache.cxf + cxf-rt-rs-client + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + org.jdom + jdom2 + ${jdom2.version} + + + org.jsoup + jsoup + ${jsoup.version} + + + + org.apache.tika @@ -150,16 +184,6 @@ junit-jupiter test - - org.apache.logging.log4j - log4j-slf4j-impl - test - - - org.apache.logging.log4j - log4j-core - test - org.apache.ant ant @@ -248,6 +272,7 @@ +