From d1672f77fbcc760808a13349e2e786021607fadb Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mar 15 2024 16:25:55 +0000 Subject: Fix build issue introduced by JUnit5 dependency. --- diff --git a/jackson-bom.spec b/jackson-bom.spec index 249136d..215b503 100644 --- a/jackson-bom.spec +++ b/jackson-bom.spec @@ -1,6 +1,6 @@ Name: jackson-bom Version: 2.17.0 -Release: 1%{?dist} +Release: 2%{?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.15 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.17 BuildRequires: mvn(junit:junit) BuildArch: noarch @@ -29,6 +29,9 @@ A "bill of materials" POM for Jackson dependencies. # 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 @@ -40,6 +43,9 @@ A "bill of materials" POM for Jackson dependencies. %license LICENSE %changelog +* Fri Mar 15 2024 Chris Kelley - 2.17.0-2 +- Fix build issue with introduction of JUnit5 + * Tue Mar 12 2024 Packit - 2.17.0-1 - [maven-release-plugin] prepare release jackson-bom-2.17.0 (Tatu Saloranta) - Prepare for 2.17.0 release (Tatu Saloranta)