Return-Path: X-Original-To: apmail-incubator-amber-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-amber-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 D3A7EDAF5 for ; Mon, 9 Jul 2012 10:03:20 +0000 (UTC) Received: (qmail 67622 invoked by uid 500); 9 Jul 2012 10:03:20 -0000 Delivered-To: apmail-incubator-amber-commits-archive@incubator.apache.org Received: (qmail 67597 invoked by uid 500); 9 Jul 2012 10:03:20 -0000 Mailing-List: contact amber-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: amber-dev@incubator.apache.org Delivered-To: mailing list amber-commits@incubator.apache.org Received: (qmail 67589 invoked by uid 99); 9 Jul 2012 10:03:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 10:03:20 +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; Mon, 09 Jul 2012 10:03:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3F5332388847; Mon, 9 Jul 2012 10:02:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1359016 - /incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml Date: Mon, 09 Jul 2012 10:02:58 -0000 To: amber-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120709100258.3F5332388847@eris.apache.org> Author: simonetripodi Date: Mon Jul 9 10:02:57 2012 New Revision: 1359016 URL: http://svn.apache.org/viewvc?rev=1359016&view=rev Log: test-utils must be scoped as test dependencies Modified: incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml Modified: incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml?rev=1359016&r1=1359015&r2=1359016&view=diff ============================================================================== --- incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml (original) +++ incubator/amber/trunk/oauth-2.0/oauth2-dynamicreg-server/pom.xml Mon Jul 9 10:02:57 2012 @@ -64,6 +64,7 @@ org.apache.amber amber-oauth2-test-utils ${project.version} + test