Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent 8356ea3cc8
commit c28d2d30f7

View File

@ -19,10 +19,10 @@ Patch1: 0001-Disable-tests-requiring-network-access.patch
Patch2: 0002-Port-to-hamcrest-2.1.patch
Patch3: 0003-Drop-support-for-JAXB.patch
BuildRequires: maven-local
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(net.bytebuddy:byte-buddy)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)