Remove dependency on javaparser and exec-maven-plugin
Related: rhbz#2054992
This commit is contained in:
parent
27749b43ea
commit
888a7cebc3
10
jctools.spec
10
jctools.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: jctools
|
||||
Version: 3.3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Java Concurrency Tools for the JVM
|
||||
License: ASL 2.0
|
||||
|
||||
@ -12,11 +12,9 @@ Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.github.javaparser:javaparser-core) >= 3.14.16
|
||||
BuildRequires: mvn(com.google.guava:guava-testlib)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||
|
||||
# unused parent package was removed for fedora 33+
|
||||
@ -80,6 +78,9 @@ rm -r jctools-core/src/test/java/org/jctools/maps/linearizability_test/
|
||||
%pom_disable_module jctools-channels
|
||||
%pom_disable_module jctools-experimental
|
||||
|
||||
%pom_disable_module jctools-build
|
||||
%pom_remove_plugin :exec-maven-plugin jctools-core
|
||||
|
||||
# do not install internal build tools
|
||||
%mvn_package :jctools-build __noinstall
|
||||
|
||||
@ -104,6 +105,9 @@ rm -r jctools-core/src/test/java/org/jctools/maps/linearizability_test/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
||||
- Remove dependency on javaparser and exec-maven-plugin
|
||||
|
||||
* Tue Aug 10 2021 Sérgio Basto <sergio@serjux.com> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user