Use guava20

This commit is contained in:
Michael Simacek 2018-02-05 14:53:10 +01:00
parent 040c004884
commit b64dc622c7

View File

@ -5,7 +5,7 @@
Name: google-%{short_name} Name: google-%{short_name}
Version: 4.1 Version: 4.1
Release: 8%{?dist} Release: 9%{?dist}
Summary: Lightweight dependency injection framework for Java 5 and above Summary: Lightweight dependency injection framework for Java 5 and above
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/google/%{short_name} URL: https://github.com/google/%{short_name}
@ -18,7 +18,7 @@ Source1: create-tarball.sh
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(aopalliance:aopalliance) BuildRequires: mvn(aopalliance:aopalliance)
BuildRequires: mvn(cglib:cglib) BuildRequires: mvn(cglib:cglib)
BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(com.google.guava:guava:19.0)
BuildRequires: mvn(javax.inject:javax.inject) BuildRequires: mvn(javax.inject:javax.inject)
BuildRequires: mvn(javax.servlet:servlet-api) BuildRequires: mvn(javax.servlet:servlet-api)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
@ -259,6 +259,9 @@ This package provides %{summary}.
%changelog %changelog
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 4.1-9
- Use guava20
* Mon Oct 02 2017 Mat Booth <mat.booth@redhat.com> - 4.1-8 * Mon Oct 02 2017 Mat Booth <mat.booth@redhat.com> - 4.1-8
- Fix OSGi metadata to import cglib and asm, since we are not bundling them with - Fix OSGi metadata to import cglib and asm, since we are not bundling them with
jarjar jarjar