Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 89D70200B7E for ; Tue, 6 Sep 2016 17:01:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 887AE160ACB; Tue, 6 Sep 2016 15:01:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D02AE160AA9 for ; Tue, 6 Sep 2016 17:01:04 +0200 (CEST) Received: (qmail 77119 invoked by uid 500); 6 Sep 2016 15:01:04 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 76992 invoked by uid 99); 6 Sep 2016 15:01:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 15:01:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A62B41805F8 for ; Tue, 6 Sep 2016 15:01:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id KdOsIzKZxLaf for ; Tue, 6 Sep 2016 15:01:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id DF2125FC13 for ; Tue, 6 Sep 2016 15:01:02 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 37EA1E00B8 for ; Tue, 6 Sep 2016 15:01:02 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D1FE63A05B4 for ; Tue, 6 Sep 2016 15:01:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1759441 - /sling/trunk/contrib/extensions/distribution/core/pom.xml Date: Tue, 06 Sep 2016 15:01:01 -0000 To: commits@sling.apache.org From: tommaso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160906150101.D1FE63A05B4@svn01-us-west.apache.org> archived-at: Tue, 06 Sep 2016 15:01:05 -0000 Author: tommaso Date: Tue Sep 6 15:01:01 2016 New Revision: 1759441 URL: http://svn.apache.org/viewvc?rev=1759441&view=rev Log: SLING-6041 - avoid embedding httpasyncclient Modified: sling/trunk/contrib/extensions/distribution/core/pom.xml Modified: sling/trunk/contrib/extensions/distribution/core/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/distribution/core/pom.xml?rev=1759441&r1=1759440&r2=1759441&view=diff ============================================================================== --- sling/trunk/contrib/extensions/distribution/core/pom.xml (original) +++ sling/trunk/contrib/extensions/distribution/core/pom.xml Tue Sep 6 15:01:01 2016 @@ -71,9 +71,12 @@ org.apache.sling.distribution.util - org.apache.sling.event.jobs;version="[1.5.0,3.0)",org.apache.sling.event.jobs.consumer;version="[1.1,2)",org.apache.sling.jcr.api;version="2.2.0",* + org.apache.http.nio.*resolution:=optional, + org.apache.sling.event.jobs;version="[1.5.0,3.0)", + org.apache.sling.event.jobs.consumer;version="[1.1,2)", + org.apache.sling.jcr.api;version="2.2.0", + * - httpasyncclient @@ -218,6 +221,7 @@ org.apache.httpcomponents httpasyncclient 4.0.2 + provided org.apache.httpcomponents