Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent 380e2898f0
commit 59a24e1477

View File

@ -15,10 +15,10 @@ Source0: https://github.com/google/guava/archive/v%{version}/guava-%{vers
Patch1: 0001-Remove-multi-line-annotations.patch
BuildRequires: maven-local-openjdk8
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
BuildRequires: javapackages-bootstrap-openjdk8
%else
BuildRequires: maven-local-openjdk8
BuildRequires: %{?module_prefix}mvn(com.google.code.findbugs:jsr305)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)