Skip to content
Commits on Source (10)
httpcomponents-client (4.5.10-2) UNRELEASED; urgency=medium
* Enabling tests during build.
-- Andrius Merkys <merkys@debian.org> Tue, 08 Oct 2019 04:56:15 -0400
httpcomponents-client (4.5.10-1) unstable; urgency=medium
* New upstream release
......
......@@ -9,7 +9,7 @@ Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
junit,
junit4,
libbuild-helper-maven-plugin-java (>= 1.8),
libcommons-codec-java,
libhttpcore-java (>= 4.4.1~),
......
......@@ -14,7 +14,6 @@
# from the POM
# junit junit jar s/3\..*/3.x/
org.apache.httpcomponents httpclient jar * tests *
* animal-sniffer-maven-plugin
* maven-checkstyle-plugin
* maven-clover2-plugin
......
maven.compiler.release=7
maven.test.skip=true
maven.test.skip=false
project.build.sourceEncoding=ISO-8859-1
* junit * s/.*/3.x/
* junit * s/.*/4.x/
* maven-assembly-plugin * s/.*/2.2-beta-5/
This diff is collapsed.
01-generate_osgi_metadata.patch
02-include-suffix-list.patch
03-skip-failing-tests.patch