OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-script-interpreter?expand=0&rev=3
This commit is contained in:
parent
03baf98b02
commit
88d1f2fc28
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 11 15:03:57 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not build against the legacy guava20 package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 07:33:58 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Fri Mar 29 07:33:58 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-script-interpreter
|
# spec file for package maven-script-interpreter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: maven-script-interpreter
|
Name: maven-script-interpreter
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
@ -31,7 +32,7 @@ BuildRequires: atinject
|
|||||||
BuildRequires: bsh2
|
BuildRequires: bsh2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: google-guice
|
BuildRequires: google-guice
|
||||||
BuildRequires: guava20
|
BuildRequires: guava
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jdom2
|
BuildRequires: jdom2
|
||||||
BuildRequires: maven-lib
|
BuildRequires: maven-lib
|
||||||
@ -84,7 +85,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 \
|
||||||
maven/maven-plugin-api \
|
maven/maven-plugin-api \
|
||||||
|
Loading…
Reference in New Issue
Block a user