From 8928998fc2ef50cb137fc103640d055b9db01db1 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Tue, 4 Oct 2022 08:58:17 +0200 Subject: [PATCH] Fix BuildRequires on javapackages-extra --- xmlunit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlunit.spec b/xmlunit.spec index 01d5183..da959d6 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -22,11 +22,11 @@ Patch2: 0002-Use-local-schema.patch Patch3: 0003-Drop-support-for-JAXB.patch Patch4: 0004-Port-to-assertj-core-3.patch +BuildRequires: javapackages-extra %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else BuildRequires: maven-local -BuildRequires: javapackages-extra BuildRequires: mvn(junit:junit) BuildRequires: mvn(net.bytebuddy:byte-buddy) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)