Skip to content
Commits on Source (9)
httpcomponents-client (4.5.10-2) UNRELEASED; urgency=medium
httpcomponents-client (4.5.10-2) unstable; urgency=medium
* Team upload.
* Enabling tests during build.
* Building httpclient-cache and httpclient-osgi artifacts (Closes: #942035).
-- Andrius Merkys <merkys@debian.org> Tue, 08 Oct 2019 04:56:15 -0400
-- Andrius Merkys <merkys@debian.org> Thu, 10 Oct 2019 01:57:43 -0400
httpcomponents-client (4.5.10-1) unstable; urgency=medium
......
......@@ -12,6 +12,8 @@ Build-Depends:
junit4,
libbuild-helper-maven-plugin-java (>= 1.8),
libcommons-codec-java,
libeasymock-java,
libehcache-java,
libhttpcore-java (>= 4.4.1~),
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
......
......@@ -2,6 +2,6 @@ pom.xml --no-parent
httpclient/pom.xml --java-lib --has-package-version
fluent-hc/pom.xml --java-lib --has-package-version
httpmime/pom.xml --java-lib --has-package-version --package=libhttpmime-java
httpclient-cache/pom.xml --ignore
httpclient-osgi/pom.xml --ignore
httpclient-cache/pom.xml --java-lib --has-package-version
httpclient-osgi/pom.xml --java-lib --has-package-version
httpclient-win/pom.xml --ignore
......@@ -14,6 +14,9 @@
# from the POM
# junit junit jar s/3\..*/3.x/
net.spy spymemcached
org.easymock easymockclassextension
org.apache.httpcomponents httpclient test-jar
* animal-sniffer-maven-plugin
* maven-checkstyle-plugin
* maven-clover2-plugin
......
This diff is collapsed.
01-generate_osgi_metadata.patch
02-include-suffix-list.patch
03-skip-failing-tests.patch
04-remove-MemcachedHttpCacheStorage.patch