From 312a6d3eee6b79034008fa9c5bbef2d147d392ce3cef4b1522dd899aaff1c100 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 11 May 2021 14:53:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-velocity?expand=0&rev=4 --- plexus-velocity.changes | 6 ++++++ plexus-velocity.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plexus-velocity.changes b/plexus-velocity.changes index 4f5ff60..d6ea64c 100644 --- a/plexus-velocity.changes +++ b/plexus-velocity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 11 14:53:03 UTC 2021 - Fridrich Strba + +- Do not compiler/run the test build against legacy guava20 any + more + ------------------------------------------------------------------- Fri Mar 22 21:32:25 UTC 2019 - Fridrich Strba diff --git a/plexus-velocity.spec b/plexus-velocity.spec index b6bb2ad..4eec505 100644 --- a/plexus-velocity.spec +++ b/plexus-velocity.spec @@ -1,7 +1,7 @@ # # spec file for package plexus-velocity # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -40,7 +40,7 @@ BuildArch: noarch %if %{with tests} BuildRequires: ant-junit BuildRequires: apache-commons-lang -BuildRequires: guava20 +BuildRequires: guava BuildRequires: plexus-classworlds BuildRequires: plexus-utils BuildRequires: xbean @@ -72,7 +72,7 @@ cp -p %{SOURCE2} LICENSE mkdir -p lib build-jar-repository -s lib commons-collections plexus-containers/plexus-container-default velocity %if %{with tests} -build-jar-repository -s lib commons-lang guava20/guava-20.0 plexus/classworlds plexus/utils xbean/xbean-reflect +build-jar-repository -s lib commons-lang guava/guava plexus/classworlds plexus/utils xbean/xbean-reflect %endif %build