Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2422210D24 for ; Mon, 25 Nov 2013 11:18:45 +0000 (UTC) Received: (qmail 11556 invoked by uid 500); 25 Nov 2013 11:18:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 11438 invoked by uid 500); 25 Nov 2013 11:18:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 11419 invoked by uid 99); 25 Nov 2013 11:18:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 11:18:43 +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, 25 Nov 2013 11:18:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1841323888E4; Mon, 25 Nov 2013 11:18:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1545225 - /cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml Date: Mon, 25 Nov 2013 11:18:22 -0000 To: commits@cxf.apache.org From: ay@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131125111822.1841323888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ay Date: Mon Nov 25 11:18:21 2013 New Revision: 1545225 URL: http://svn.apache.org/r1545225 Log: Merged revisions 1544454 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1544454 | ay | 2013-11-22 10:53:27 +0100 (Fri, 22 Nov 2013) | 2 lines move xkms-itests to run after cxf-feature is built ........ Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml?rev=1545225&r1=1545224&r2=1545225&view=diff ============================================================================== --- cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml (original) +++ cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml Mon Nov 25 11:18:21 2013 @@ -54,6 +54,15 @@ xml + + + org.apache.cxf.karaf + apache-cxf + ${project.version} + pom + test + + org.ops4j.pax.exam pax-exam-junit4