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 DE4B5109DC for ; Wed, 28 Aug 2013 20:21:29 +0000 (UTC) Received: (qmail 39797 invoked by uid 500); 28 Aug 2013 20:21:29 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 39748 invoked by uid 500); 28 Aug 2013 20:21:29 -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 39741 invoked by uid 99); 28 Aug 2013 20:21:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 20:21:29 +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, 28 Aug 2013 20:21:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 869C22388906; Wed, 28 Aug 2013 20:21:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1518356 - /cxf/branches/2.7.x-fixes/parent/pom.xml Date: Wed, 28 Aug 2013 20:21:06 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130828202106.869C22388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Aug 28 20:21:06 2013 New Revision: 1518356 URL: http://svn.apache.org/r1518356 Log: Add a version for a samples dep Modified: cxf/branches/2.7.x-fixes/parent/pom.xml Modified: cxf/branches/2.7.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/parent/pom.xml?rev=1518356&r1=1518355&r2=1518356&view=diff ============================================================================== --- cxf/branches/2.7.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.7.x-fixes/parent/pom.xml Wed Aug 28 20:21:06 2013 @@ -769,6 +769,11 @@ ${cxf.slf4j.version} + org.slf4j + jcl-over-slf4j + ${cxf.slf4j.version} + + org.eclipse.jetty jetty-server ${cxf.jetty.version}