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:
commit
aec77b8356
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,7 +34,7 @@ BuildRequires: atinject
|
||||
BuildRequires: bsh2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: google-guice
|
||||
BuildRequires: guava20
|
||||
BuildRequires: guava
|
||||
BuildRequires: java-1_8_0-openjdk-devel
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: jdom2
|
||||
@ -118,6 +118,7 @@ Group: Development/Libraries/Java
|
||||
|
||||
%description java
|
||||
Descriptor extractor for plugins written in Java.
|
||||
|
||||
%package model
|
||||
Summary: Maven Plugin Metadata Model
|
||||
Group: Development/Libraries/Java
|
||||
@ -180,7 +181,7 @@ build-jar-repository -s lib \
|
||||
atinject \
|
||||
bsh2/bsh \
|
||||
commons-cli \
|
||||
guava20/guava-10.0 \
|
||||
guava/guava \
|
||||
guice/google-guice-no_aop \
|
||||
jdom2/jdom2 \
|
||||
jtidy \
|
||||
|
Loading…
Reference in New Issue
Block a user