Add missing test dependency on JUnit 4
This commit is contained in:
parent
164f4f287c
commit
2a87170115
@ -2,7 +2,7 @@
|
||||
|
||||
Name: plexus-interpolation
|
||||
Version: 1.26
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
# Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
@ -33,6 +33,7 @@ related projects.
|
||||
%prep
|
||||
%setup -q -n plexus-interpolation-plexus-interpolation-%{version}
|
||||
%patch0 -p1
|
||||
%pom_add_dep junit:junit:4.13.1:test
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
%pom_remove_plugin :maven-scm-publish-plugin
|
||||
|
||||
@ -46,6 +47,9 @@ related projects.
|
||||
%files -f .mfiles
|
||||
|
||||
%changelog
|
||||
* Fri Apr 29 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-11
|
||||
- Add missing test dependency on JUnit 4
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.26-10
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user