forked from pool/maven-doxia
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:
commit
adc991c8df
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user