Fridrich Strba 2021-05-11 13:07:05 +00:00 committed by Git OBS Bridge
parent c57ccc26d7
commit 8df56afec1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 11 13:06:41 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Do not build against the legacy guava20 any more
-------------------------------------------------------------------
Sat Mar 14 08:07:06 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-doxia
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,7 +34,7 @@ BuildRequires: apache-commons-collections
BuildRequires: apache-commons-configuration
BuildRequires: apache-commons-lang3
BuildRequires: fdupes
BuildRequires: guava20
BuildRequires: guava
BuildRequires: httpcomponents-client
BuildRequires: httpcomponents-core
BuildRequires: javapackages-local
@ -213,7 +213,7 @@ build-jar-repository -s lib \
apache-commons-lang \
commons-cli \
commons-configuration \
guava20/guava-10.0 \
guava/guava \
httpcomponents/httpclient \
httpcomponents/httpcore \
jdom2/jdom2 \