[gradle] 01/03: Use a versionless dependency on httpcore in the classpath of the resources-http module
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 23 08:20:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository gradle.
commit 605b33b89a7f3094cd30cc1bd50a1172969438fd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jun 22 16:55:44 2016 +0200
Use a versionless dependency on httpcore in the classpath of the resources-http module
---
debian/changelog | 8 ++++++++
debian/patches/use_local_artifacts.diff | 9 +++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 54530bf..0d50cad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gradle (2.13-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Use a versionless dependency on httpcore in the classpath
+ of the resources-http module
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 22 Jun 2016 16:53:53 +0200
+
gradle (2.13-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/use_local_artifacts.diff b/debian/patches/use_local_artifacts.diff
index 961e602..d5b9a9d 100644
--- a/debian/patches/use_local_artifacts.diff
+++ b/debian/patches/use_local_artifacts.diff
@@ -66,6 +66,15 @@ Last-Update: 2015-07-08
// Logging
libraries.slf4j_api = dependencies.module('org.slf4j:slf4j-api:1.7.10')
+@@ -72,7 +72,7 @@
+
+ libraries.jcifs = "org.samba.jcifs:jcifs:1.3.17 at jar"
+ libraries.commons_httpclient = dependencies.module('org.apache.httpcomponents:httpclient:4.4.1') {
+- dependency "org.apache.httpcomponents:httpcore:4.4.4 at jar"
++ dependency "org.apache.httpcomponents:httpcore"
+ dependency libraries.jcl_to_slf4j
+ dependency "commons-codec:commons-codec:1.6 at jar"
+ dependency libraries.jcifs
@@ -80,13 +80,13 @@
libraries += [
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list