Return-Path: X-Original-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 333109C5C for ; Wed, 16 Nov 2011 12:34:59 +0000 (UTC) Received: (qmail 90794 invoked by uid 500); 16 Nov 2011 12:34:59 -0000 Delivered-To: apmail-incubator-jena-commits-archive@incubator.apache.org Received: (qmail 90770 invoked by uid 500); 16 Nov 2011 12:34:59 -0000 Mailing-List: contact jena-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-commits@incubator.apache.org Received: (qmail 90763 invoked by uid 99); 16 Nov 2011 12:34:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 12:34:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 12:34:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DC5212388A36; Wed, 16 Nov 2011 12:34:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1202666 - /incubator/jena/Jena2/ARQ/trunk/pom.xml Date: Wed, 16 Nov 2011 12:34:35 -0000 To: jena-commits@incubator.apache.org From: castagna@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111116123435.DC5212388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: castagna Date: Wed Nov 16 12:34:35 2011 New Revision: 1202666 URL: http://svn.apache.org/viewvc?rev=1202666&view=rev Log: Maven compile is the default scope. Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1202666&r1=1202665&r2=1202666&view=diff ============================================================================== --- incubator/jena/Jena2/ARQ/trunk/pom.xml (original) +++ incubator/jena/Jena2/ARQ/trunk/pom.xml Wed Nov 16 12:34:35 2011 @@ -73,7 +73,6 @@ org.apache.httpcomponents httpclient ${ver.http-client} - compile @@ -87,7 +86,6 @@ org.apache.httpcomponents httpcore ${ver.http-client} - compile