Accepting request 956673 from Java:packages

- Fix the version of the log4j that doxia-module-fo needs at
  runtime

OBS-URL: https://build.opensuse.org/request/show/956673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-doxia?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-02-22 20:18:17 +00:00 committed by Git OBS Bridge
commit adc991c8df
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 22 11:34:40 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Fix the version of the log4j that doxia-module-fo needs at
runtime
-------------------------------------------------------------------
Tue May 11 13:06:41 UTC 2021 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-doxia
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -57,7 +57,8 @@ BuildRequires: xmlgraphics-fop
BuildRequires: xmlunit
BuildRequires: xmvn-install
BuildRequires: xmvn-resolve
BuildRequires: mvn(log4j:log4j:1.2.12)
# Runtime dependency of doxia-module-fo
BuildRequires: mvn(log4j:log4j:1.2.17)
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
BuildArch: noarch