Accepting request 892418 from Java:packages

- Do not build against the legacy guava20 package any more

OBS-URL: https://build.opensuse.org/request/show/892418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-plugin-tools?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-05-12 17:32:24 +00:00 committed by Git OBS Bridge
commit 39d62b6981
4 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven-plugin-plugin-bootstrap # spec file for package maven-plugin-plugin-bootstrap
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven-plugin-plugin # spec file for package maven-plugin-plugin
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 11 15:18:26 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Do not build against the legacy guava20 package any more
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 10:18:49 UTC 2019 - Fridrich Strba <fstrba@suse.com> Mon Nov 25 10:18:49 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven-plugin-tools # spec file for package maven-plugin-tools
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -34,7 +34,7 @@ BuildRequires: atinject
BuildRequires: bsh2 BuildRequires: bsh2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: google-guice BuildRequires: google-guice
BuildRequires: guava20 BuildRequires: guava
BuildRequires: java-1_8_0-openjdk-devel BuildRequires: java-1_8_0-openjdk-devel
BuildRequires: javapackages-local BuildRequires: javapackages-local
BuildRequires: jdom2 BuildRequires: jdom2
@ -118,6 +118,7 @@ Group: Development/Libraries/Java
%description java %description java
Descriptor extractor for plugins written in Java. Descriptor extractor for plugins written in Java.
%package model %package model
Summary: Maven Plugin Metadata Model Summary: Maven Plugin Metadata Model
Group: Development/Libraries/Java Group: Development/Libraries/Java
@ -180,7 +181,7 @@ build-jar-repository -s lib \
atinject \ atinject \
bsh2/bsh \ bsh2/bsh \
commons-cli \ commons-cli \
guava20/guava-10.0 \ guava/guava \
guice/google-guice-no_aop \ guice/google-guice-no_aop \
jdom2/jdom2 \ jdom2/jdom2 \
jtidy \ jtidy \