Use guava20
This commit is contained in:
parent
ce002adc00
commit
4c85ae5e80
@ -5,7 +5,7 @@
|
|||||||
Name: maven
|
Name: maven
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.5.2
|
Version: 3.5.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org/
|
URL: http://maven.apache.org/
|
||||||
@ -21,7 +21,7 @@ Patch1: 0001-Adapt-mvn-script.patch
|
|||||||
Patch2: 0002-Invoke-logback-via-reflection.patch
|
Patch2: 0002-Invoke-logback-via-reflection.patch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.google.guava:guava)
|
BuildRequires: mvn(com.google.guava:guava:20.0)
|
||||||
BuildRequires: mvn(com.google.inject:guice::no_aop:)
|
BuildRequires: mvn(com.google.inject:guice::no_aop:)
|
||||||
BuildRequires: mvn(commons-cli:commons-cli)
|
BuildRequires: mvn(commons-cli:commons-cli)
|
||||||
BuildRequires: mvn(commons-jxpath:commons-jxpath)
|
BuildRequires: mvn(commons-jxpath:commons-jxpath)
|
||||||
@ -89,7 +89,7 @@ Requires: atinject
|
|||||||
Requires: cdi-api
|
Requires: cdi-api
|
||||||
Requires: geronimo-annotation
|
Requires: geronimo-annotation
|
||||||
Requires: google-guice
|
Requires: google-guice
|
||||||
Requires: guava
|
Requires: guava20
|
||||||
Requires: hawtjni-runtime
|
Requires: hawtjni-runtime
|
||||||
Requires: httpcomponents-client
|
Requires: httpcomponents-client
|
||||||
Requires: httpcomponents-core
|
Requires: httpcomponents-core
|
||||||
@ -246,6 +246,9 @@ ln -sf %{_sysconfdir}/%{name}/logging %{buildroot}%{_datadir}/%{name}/conf
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-2
|
||||||
|
- Use guava20
|
||||||
|
|
||||||
* Wed Oct 25 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-1
|
* Wed Oct 25 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-1
|
||||||
- Update to upstream version 3.5.2
|
- Update to upstream version 3.5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user