Add maven-compat dependency in maven-surefire-common
This is in prep for the 3.6.0 maven-plugin-tools upgrade
This commit is contained in:
parent
d3e49c453c
commit
507fd506c7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven-surefire
|
Name: maven-surefire
|
||||||
Version: 2.22.0
|
Version: 2.22.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Test framework project
|
Summary: Test framework project
|
||||||
License: ASL 2.0 and CPL
|
License: ASL 2.0 and CPL
|
||||||
@ -170,6 +170,9 @@ sed -i /-Xdoclint:all/d pom.xml
|
|||||||
|
|
||||||
%pom_add_dep com.google.code.findbugs:jsr305 surefire-api
|
%pom_add_dep com.google.code.findbugs:jsr305 surefire-api
|
||||||
|
|
||||||
|
# This package needs maven compat for ArtifactResolver class
|
||||||
|
%pom_add_dep org.apache.maven:maven-compat maven-surefire-common
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
||||||
%mvn_package ":*junit-platform*" junit5
|
%mvn_package ":*junit-platform*" junit5
|
||||||
@ -201,6 +204,10 @@ sed -i /-Xdoclint:all/d pom.xml
|
|||||||
%license LICENSE NOTICE cpl-v10.html
|
%license LICENSE NOTICE cpl-v10.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 25 2020 Severin Gehwolf <sgehwolf@redhat.com> - 0:2.22.0-7
|
||||||
|
- Add maven-compat dependency in maven-surefire-common for ArtifactResolver
|
||||||
|
class.
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.22.0-6
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.22.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user