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 33C0E109BA for ; Wed, 28 Aug 2013 20:18:07 +0000 (UTC) Received: (qmail 27454 invoked by uid 500); 28 Aug 2013 20:18:07 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 27341 invoked by uid 500); 28 Aug 2013 20:18:07 -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 27334 invoked by uid 99); 28 Aug 2013 20:18:07 -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:18:07 +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:18:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 16A08238888A; Wed, 28 Aug 2013 20:17:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1518351 - in /cxf/trunk/distribution/src/main/release/samples: java_first_jms/pom.xml jms_pubsub/pom.xml jms_queue/pom.xml jms_spec_demo/pom.xml jms_spring_config/pom.xml Date: Wed, 28 Aug 2013 20:17:42 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130828201743.16A08238888A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Aug 28 20:17:42 2013 New Revision: 1518351 URL: http://svn.apache.org/r1518351 Log: Fix sample poms Modified: cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml Modified: cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml Wed Aug 28 20:17:42 2013 @@ -110,7 +110,11 @@ org.apache.activemq - activemq-core + activemq-broker + + + org.apache.activemq + activemq-kahadb-store org.apache.cxf Modified: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml Wed Aug 28 20:17:42 2013 @@ -155,7 +155,11 @@ org.apache.activemq - activemq-core + activemq-broker + + + org.apache.activemq + activemq-kahadb-store Modified: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml Wed Aug 28 20:17:42 2013 @@ -156,7 +156,11 @@ org.apache.activemq - activemq-core + activemq-broker + + + org.apache.activemq + activemq-kahadb-store Modified: cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml Wed Aug 28 20:17:42 2013 @@ -155,7 +155,11 @@ org.apache.activemq - activemq-core + activemq-broker + + + org.apache.activemq + activemq-kahadb-store Modified: cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml Wed Aug 28 20:17:42 2013 @@ -199,7 +199,11 @@ org.apache.activemq - activemq-core + activemq-broker + + + org.apache.activemq + activemq-kahadb-store org.springframework