diff --git a/jdom-junit-template.pom b/jdom-junit-template.pom index 70c6554..7bc62f9 100644 --- a/jdom-junit-template.pom +++ b/jdom-junit-template.pom @@ -95,9 +95,9 @@ true - log4j - log4j - 1.2.17 + org.apache.logging.log4j + log4j-1.2-api + 2.13.3 true diff --git a/jdom2.spec b/jdom2.spec index 4cd4093..9cdb74b 100644 --- a/jdom2.spec +++ b/jdom2.spec @@ -1,6 +1,6 @@ Name: jdom2 Version: 2.0.6 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Java manipulation of XML made easy License: Saxpath URL: http://www.jdom.org/ @@ -26,7 +26,6 @@ BuildRequires: jaxen BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xml-commons-apis -BuildRequires: log4j12 BuildRequires: aqute-bnd BuildArch: noarch @@ -90,6 +89,9 @@ mv build/package/jdom-%{version}.bar build/package/jdom-%{version}.jar %license LICENSE.txt %changelog +* Thu Sep 10 2020 Fabio Valentini - 2.0.6-20 +- Drop log4j12 dependency and switch junit module to log4j 1.2 API shim. + * Tue Jul 28 2020 Fedora Release Engineering - 2.0.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild