Remove dependency on junit5-bom

This commit is contained in:
Marian Koncek 2023-02-27 13:13:25 +01:00
parent 18a09fc5d3
commit b526e61d1d

View File

@ -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