Accepting request 892425 from Java:packages

- Do not compiler/run the test build against legacy guava20 any
  more

OBS-URL: https://build.opensuse.org/request/show/892425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-velocity?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-05-12 17:32:22 +00:00 committed by Git OBS Bridge
commit 91cf774b99
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 11 14:53:03 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Do not compiler/run the test build against legacy guava20 any
more
-------------------------------------------------------------------
Fri Mar 22 21:32:25 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -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