Accepting request 735435 from Java:packages

avoid version-less dependencies that gradle does not like

OBS-URL: https://build.opensuse.org/request/show/735435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpcomponents-core?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-10-07 11:46:15 +00:00 committed by Git OBS Bridge
commit 8b8cd05583
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 5 12:43:58 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Avoid version-less dependencies in pom files, since
xmvn-connector-gradle does not handle them well
-------------------------------------------------------------------
Wed Mar 13 12:38:27 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -59,6 +59,7 @@ HTTP connections in a resource efficient manner.
%package javadoc
Summary: API documentation for %{name}
Group: Development/Libraries/Java
%description javadoc
%{summary}.
@ -108,6 +109,8 @@ for module in httpcore httpcore-nio; do
<groupId>org.apache.httpcomponents</groupId>
<version>%{version}</version>" $module
%pom_remove_parent $module
# adds version "any" if none is specified
%pom_change_dep ::::: ::::: $module
done
# install JARs to httpcomponents/ for compatibility reasons