Remove dependency on junit5-bom
This commit is contained in:
parent
18a09fc5d3
commit
b526e61d1d
@ -2,7 +2,7 @@
|
||||
|
||||
Name: assertj-core
|
||||
Version: 3.24.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
URL: https://joel-costigliola.github.io/assertj/
|
||||
@ -48,6 +48,7 @@ This package provides API documentation for %{name}.
|
||||
%pom_remove_plugin -r :license-maven-plugin
|
||||
%pom_remove_plugin -r :flatten-maven-plugin
|
||||
%pom_remove_dep -r :mockito-bom
|
||||
%pom_remove_dep -r :junit-bom
|
||||
|
||||
%pom_disable_module assertj-core-kotlin assertj-tests/assertj-integration-tests
|
||||
%pom_disable_module assertj-core-groovy assertj-tests/assertj-integration-tests
|
||||
@ -83,6 +84,9 @@ This package provides API documentation for %{name}.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2023 Marian Koncek <mkoncek@redhat.com> - 3.24.2-2
|
||||
- Remove dependency on junit5-bom
|
||||
|
||||
* Wed Feb 15 2023 Marian Koncek <mkoncek@redhat.com> - 3.24.2-1
|
||||
- Update to upstream version 3.24.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user