This commit is contained in:
parent
8ce0881f96
commit
cd0e80137f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 11 13:08:02 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not build against the legacy guava20 any more
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 11 11:41:31 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
Wed Mar 11 11:41:31 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-doxia-sitetools
|
# spec file for package maven-doxia-sitetools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -35,7 +35,7 @@ BuildRequires: apache-commons-collections
|
|||||||
BuildRequires: apache-commons-io
|
BuildRequires: apache-commons-io
|
||||||
BuildRequires: apache-commons-lang3
|
BuildRequires: apache-commons-lang3
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: guava20
|
BuildRequires: guava
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jdom2
|
BuildRequires: jdom2
|
||||||
BuildRequires: maven-artifact
|
BuildRequires: maven-artifact
|
||||||
@ -124,7 +124,7 @@ build-jar-repository -s lib \
|
|||||||
apache-commons-lang3 \
|
apache-commons-lang3 \
|
||||||
commons-cli \
|
commons-cli \
|
||||||
commons-io \
|
commons-io \
|
||||||
guava20/guava-20.0 \
|
guava/guava \
|
||||||
jdom2/jdom2 \
|
jdom2/jdom2 \
|
||||||
maven-doxia/doxia-core \
|
maven-doxia/doxia-core \
|
||||||
maven-doxia/doxia-logging-api \
|
maven-doxia/doxia-logging-api \
|
||||||
|
Loading…
Reference in New Issue
Block a user