Rebase to jackson-bom 2.19.1
Resolves: RHEL-100270
This commit is contained in:
parent
368a63d0ea
commit
7459f4f25c
@ -1,5 +1,5 @@
|
||||
Name: jackson-bom
|
||||
Version: 2.16.0
|
||||
Version: 2.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Bill of materials POM for Jackson projects
|
||||
License: Apache-2.0
|
||||
@ -8,7 +8,7 @@ URL: https://github.com/FasterXML/jackson-bom
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.16
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.19
|
||||
BuildRequires: mvn(junit:junit)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -33,11 +33,15 @@ A "bill of materials" POM for Jackson dependencies.
|
||||
|
||||
# Disable plugins not needed during RPM builds
|
||||
%pom_remove_plugin ":maven-enforcer-plugin" base
|
||||
%pom_remove_plugin ":nexus-staging-maven-plugin" base
|
||||
%pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin" base
|
||||
|
||||
# New EE coords
|
||||
%pom_change_dep "javax.activation:javax.activation-api" "jakarta.activation:jakarta.activation-api" base
|
||||
|
||||
|
||||
# Remove dep on junit-bom
|
||||
%pom_remove_dep "org.junit:junit-bom" base
|
||||
|
||||
%build
|
||||
%mvn_build -j
|
||||
|
||||
@ -49,6 +53,10 @@ A "bill of materials" POM for Jackson dependencies.
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Rebase to version 2.19.1
|
||||
- Resolves: RHEL-100270
|
||||
|
||||
* Tue Dec 05 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.16.0-1
|
||||
- Rebase to version 2.16.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-bom-2.16.0.tar.gz) = 3a90daac8cbe5d369823371f7a507d05a189c8544b3190f5abad11f283b61890f8d51b326908f5f8f5cf5dee751cbb02cbe0fb12c9a082138ea2c6246c2bb9f4
|
||||
SHA512 (jackson-bom-2.19.1.tar.gz) = 13ac00c394bcfb076c84334bec5e1e6f03ef77d99db909c68545e15f7e1b47c35a4c389fdf49ba36bec55650c40368bfdf7c0cfc9b43ebf4622bb5faf3892645
|
||||
|
||||
Loading…
Reference in New Issue
Block a user