forked from pool/maven-doxia
This commit is contained in:
parent
c57ccc26d7
commit
8df56afec1
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user