Drop unneeded dep on guava-testlib
This commit is contained in:
parent
361a537126
commit
159730392f
@ -3,7 +3,7 @@
|
||||
|
||||
Name: jctools
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Java Concurrency Tools for the JVM
|
||||
License: ASL 2.0
|
||||
URL: http://jctools.github.io/JCTools/
|
||||
@ -14,7 +14,6 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-all)
|
||||
BuildRequires: mvn(com.google.guava:guava-testlib)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -65,6 +64,9 @@ find . -name '*.jar' -print -delete
|
||||
%pom_disable_module %{name}-benchmarks
|
||||
%pom_disable_module %{name}-concurrency-test
|
||||
|
||||
# This dep is unused and unneeded
|
||||
%pom_remove_dep "com.google.guava:guava-testlib" jctools-experimental
|
||||
|
||||
# Not available
|
||||
%pom_remove_plugin :cobertura-maven-plugin %{name}-core
|
||||
|
||||
@ -111,6 +113,9 @@ done
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Sep 17 2017 Mat Booth <mat.booth@redhat.com> - 2.0.2-2
|
||||
- Drop unneeded dep on guava-testlib
|
||||
|
||||
* Mon Aug 14 2017 Tomas Repik <trepik@redhat.com> - 2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user