forked from pool/maven-resolver
Accepting request 962731 from Java:packages
annotation-api, not activation-api OBS-URL: https://build.opensuse.org/request/show/962731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=9
This commit is contained in:
commit
9d5a662174
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 03:20:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add the glassfish-annotation-api jar to the build classpath
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 12:10:26 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -31,7 +31,9 @@ BuildRequires: ant
|
||||
BuildRequires: apache-commons-lang3
|
||||
BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: glassfish-annotation-api
|
||||
%endif
|
||||
BuildRequires: google-guice
|
||||
BuildRequires: httpcomponents-client
|
||||
BuildRequires: httpcomponents-core
|
||||
@ -202,6 +204,9 @@ mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
commons-lang3 \
|
||||
%if 0%{?suse_version} > 1500
|
||||
glassfish-annotation-api \
|
||||
%endif
|
||||
guice/google-guice-no_aop \
|
||||
httpcomponents/httpclient \
|
||||
httpcomponents/httpcore \
|
||||
|
Loading…
x
Reference in New Issue
Block a user