Accepting request 965942 from Java:packages
Standalone JavaEE inconditionally OBS-URL: https://build.opensuse.org/request/show/965942 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=11
This commit is contained in:
commit
c60c48c413
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 30 10:13:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build against the standalone JavaEE modules inconditionally
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 19 13:38:39 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Sat Mar 19 13:38:39 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ BuildRequires: ant
|
|||||||
BuildRequires: apache-commons-lang3
|
BuildRequires: apache-commons-lang3
|
||||||
BuildRequires: atinject
|
BuildRequires: atinject
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: glassfish-annotation-api
|
||||||
BuildRequires: google-guice
|
BuildRequires: google-guice
|
||||||
BuildRequires: httpcomponents-client
|
BuildRequires: httpcomponents-client
|
||||||
BuildRequires: httpcomponents-core
|
BuildRequires: httpcomponents-core
|
||||||
@ -46,9 +47,6 @@ BuildRequires: unzip
|
|||||||
BuildRequires: xmvn-install
|
BuildRequires: xmvn-install
|
||||||
BuildRequires: xmvn-resolve
|
BuildRequires: xmvn-resolve
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
BuildRequires: glassfish-annotation-api
|
|
||||||
%endif
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: cglib
|
BuildRequires: cglib
|
||||||
@ -190,10 +188,6 @@ done
|
|||||||
</archive>
|
</archive>
|
||||||
</configuration>"
|
</configuration>"
|
||||||
|
|
||||||
%if 0%{?suse_version} <= 1500
|
|
||||||
%pom_remove_dep javax.annotation:javax.annotation-api maven-resolver-impl
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%{mvn_package} :maven-resolver
|
%{mvn_package} :maven-resolver
|
||||||
%{mvn_package} :maven-resolver-{*} @1
|
%{mvn_package} :maven-resolver-{*} @1
|
||||||
%{mvn_alias} 'org.apache.maven.resolver:maven-resolver{*}' 'org.eclipse.aether:aether@1'
|
%{mvn_alias} 'org.apache.maven.resolver:maven-resolver{*}' 'org.eclipse.aether:aether@1'
|
||||||
@ -208,9 +202,7 @@ mkdir -p lib
|
|||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib \
|
||||||
atinject \
|
atinject \
|
||||||
commons-lang3 \
|
commons-lang3 \
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
glassfish-annotation-api \
|
glassfish-annotation-api \
|
||||||
%endif
|
|
||||||
guice/google-guice-no_aop \
|
guice/google-guice-no_aop \
|
||||||
httpcomponents/httpclient \
|
httpcomponents/httpclient \
|
||||||
httpcomponents/httpcore \
|
httpcomponents/httpcore \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user