This commit is contained in:
parent
6a744900ff
commit
d481864322
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user