diff --git a/maven-doxia.changes b/maven-doxia.changes index 5417607..27c1b33 100644 --- a/maven-doxia.changes +++ b/maven-doxia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 11 13:06:41 UTC 2021 - Fridrich Strba + +- Do not build against the legacy guava20 any more + ------------------------------------------------------------------- Sat Mar 14 08:07:06 UTC 2020 - Fridrich Strba diff --git a/maven-doxia.spec b/maven-doxia.spec index b1f3e7f..8e21df4 100644 --- a/maven-doxia.spec +++ b/maven-doxia.spec @@ -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 \