Use guava20
This commit is contained in:
parent
040c004884
commit
b64dc622c7
@ -5,7 +5,7 @@
|
||||
|
||||
Name: google-%{short_name}
|
||||
Version: 4.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/google/%{short_name}
|
||||
@ -18,7 +18,7 @@ Source1: create-tarball.sh
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(aopalliance:aopalliance)
|
||||
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.servlet:servlet-api)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
@ -259,6 +259,9 @@ This package provides %{summary}.
|
||||
|
||||
|
||||
%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
|
||||
- Fix OSGi metadata to import cglib and asm, since we are not bundling them with
|
||||
jarjar
|
||||
|
Loading…
Reference in New Issue
Block a user