Switch BR to guava20

This commit is contained in:
Mikolaj Izdebski 2018-04-11 14:15:31 +02:00
parent feb755f026
commit 3e580fbf2c

View File

@ -1,6 +1,6 @@
Name: maven-shade-plugin Name: maven-shade-plugin
Version: 3.1.0 Version: 3.1.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: This plugin provides the capability to package the artifact in an uber-jar Summary: This plugin provides the capability to package the artifact in an uber-jar
License: ASL 2.0 License: ASL 2.0
URL: http://maven.apache.org/plugins/%{name} URL: http://maven.apache.org/plugins/%{name}
@ -11,7 +11,7 @@ Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%
Patch0: 0001-Port-to-maven-dependency-tree-3.0.patch Patch0: 0001-Port-to-maven-dependency-tree-3.0.patch
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(com.google.guava:guava:19.0)
BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(commons-io:commons-io)
BuildRequires: mvn(org.apache.maven:maven-artifact) BuildRequires: mvn(org.apache.maven:maven-artifact)
BuildRequires: mvn(org.apache.maven:maven-core) BuildRequires: mvn(org.apache.maven:maven-core)
@ -62,6 +62,9 @@ ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Wed Apr 11 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-3
- Switch BR to guava20
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild