diff --git a/maven-resolver.changes b/maven-resolver.changes index 58cade8..97b801d 100644 --- a/maven-resolver.changes +++ b/maven-resolver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 17 03:20:22 UTC 2022 - Fridrich Strba + +- Add the glassfish-annotation-api jar to the build classpath + ------------------------------------------------------------------- Fri Mar 11 12:10:26 UTC 2022 - Fridrich Strba diff --git a/maven-resolver.spec b/maven-resolver.spec index fd75ca2..a0a889e 100644 --- a/maven-resolver.spec +++ b/maven-resolver.spec @@ -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 \