This commit is contained in:
parent
60bbd45746
commit
8b6f0a4a60
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri May 20 19:19:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Make the annotation artifact hard dependency
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 18 17:26:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Wed May 18 17:26:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ BuildRequires: j2objc-annotations
|
|||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jsr-305
|
BuildRequires: jsr-305
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
Requires: mvn(com.google.code.findbugs:jsr305)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -82,6 +83,10 @@ for mod in guava guava-testlib futures/failureaccess; do
|
|||||||
<version>%{version}</version>' ${mod}
|
<version>%{version}</version>' ${mod}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
%pom_change_dep -r :error_prone_annotations :::provided
|
||||||
|
%pom_change_dep -r :j2objc-annotations :::provided
|
||||||
|
%pom_change_dep -r org.checkerframework: :::provided
|
||||||
|
|
||||||
%pom_change_dep -r -f :::: ::::
|
%pom_change_dep -r -f :::: ::::
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user