From cd0e80137f91348a4c627ab2a3524ff508420ac92ccf652ec0090f4920dd3714 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 11 May 2021 13:09:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-doxia-sitetools?expand=0&rev=6 --- maven-doxia-sitetools.changes | 5 +++++ maven-doxia-sitetools.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/maven-doxia-sitetools.changes b/maven-doxia-sitetools.changes index f69c4f9..471bc42 100644 --- a/maven-doxia-sitetools.changes +++ b/maven-doxia-sitetools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 11 13:08:02 UTC 2021 - Fridrich Strba + +- Do not build against the legacy guava20 any more + ------------------------------------------------------------------- Wed Mar 11 11:41:31 UTC 2020 - Fridrich Strba diff --git a/maven-doxia-sitetools.spec b/maven-doxia-sitetools.spec index dd18e83..2d646d1 100644 --- a/maven-doxia-sitetools.spec +++ b/maven-doxia-sitetools.spec @@ -1,7 +1,7 @@ # # 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 # 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-lang3 BuildRequires: fdupes -BuildRequires: guava20 +BuildRequires: guava BuildRequires: javapackages-local BuildRequires: jdom2 BuildRequires: maven-artifact @@ -124,7 +124,7 @@ build-jar-repository -s lib \ apache-commons-lang3 \ commons-cli \ commons-io \ - guava20/guava-20.0 \ + guava/guava \ jdom2/jdom2 \ maven-doxia/doxia-core \ maven-doxia/doxia-logging-api \