Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent 49157d1a27
commit 6fe9b9c7de

View File

@ -18,10 +18,10 @@ Source2: generate-tarball.sh
Patch0: 0001-ParseValues-NullPointerException-patch.patch
BuildRequires: maven-local
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.testng:testng)
%endif