diff --git a/maven-plugin-plugin-bootstrap.spec b/maven-plugin-plugin-bootstrap.spec index 14ca31d..4406f26 100644 --- a/maven-plugin-plugin-bootstrap.spec +++ b/maven-plugin-plugin-bootstrap.spec @@ -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 diff --git a/maven-plugin-plugin.spec b/maven-plugin-plugin.spec index 29eb5ec..a94dbb2 100644 --- a/maven-plugin-plugin.spec +++ b/maven-plugin-plugin.spec @@ -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 diff --git a/maven-plugin-tools.changes b/maven-plugin-tools.changes index 99b6c55..1a3c239 100644 --- a/maven-plugin-tools.changes +++ b/maven-plugin-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 11 15:18:26 UTC 2021 - Fridrich Strba + +- Do not build against the legacy guava20 package any more + ------------------------------------------------------------------- Mon Nov 25 10:18:49 UTC 2019 - Fridrich Strba diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index a1c3f6d..ed92df1 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -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 \