Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 93BAE10CCC for ; Thu, 6 Jun 2013 13:20:56 +0000 (UTC) Received: (qmail 23531 invoked by uid 500); 6 Jun 2013 13:20:56 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 23438 invoked by uid 500); 6 Jun 2013 13:20:53 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 23426 invoked by uid 99); 6 Jun 2013 13:20:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 13:20:52 +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; Thu, 06 Jun 2013 13:20:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4F714238889B; Thu, 6 Jun 2013 13:20:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1490271 - in /activemq/trunk: activemq-leveldb-store/pom.xml activemq-osgi/pom.xml Date: Thu, 06 Jun 2013 13:20:28 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130606132029.4F714238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Jun 6 13:20:28 2013 New Revision: 1490271 URL: http://svn.apache.org/r1490271 Log: Make the fabric dependencies of the leveldb store needed for replication as provided. Modified: activemq/trunk/activemq-leveldb-store/pom.xml activemq/trunk/activemq-osgi/pom.xml Modified: activemq/trunk/activemq-leveldb-store/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-leveldb-store/pom.xml?rev=1490271&r1=1490270&r2=1490271&view=diff ============================================================================== --- activemq/trunk/activemq-leveldb-store/pom.xml (original) +++ activemq/trunk/activemq-leveldb-store/pom.xml Thu Jun 6 13:20:28 2013 @@ -108,21 +108,25 @@ org.fusesource.hawtdispatch hawtdispatch-transport ${hawtdispatch-version} + provided org.fusesource.fabric fabric-groups 7.2.0.redhat-024 + provided org.fusesource.fabric fabric-linkedin-zookeeper 7.2.0.redhat-024 + provided org.fusesource.fabric fabric-zookeeper 7.2.0.redhat-024 + provided org.osgi Modified: activemq/trunk/activemq-osgi/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1490271&r1=1490270&r2=1490271&view=diff ============================================================================== --- activemq/trunk/activemq-osgi/pom.xml (original) +++ activemq/trunk/activemq-osgi/pom.xml Thu Jun 6 13:20:28 2013 @@ -52,6 +52,8 @@ org.codehaus.jettison*;resolution:=optional, org.jasypt*;resolution:=optional, org.eclipse.jetty*;resolution:=optional, + org.fusesource.fabric*;version="[7,8]";resolution:=optional, + org.fusesource.fabric.groups*;version="[7,8]";resolution:=optional, org.springframework.jms*;version="[3,4]";resolution:=optional, org.springframework.osgi*;version="[1.2,1.3]";resolution:=optional, org.springframework.transaction*;version="[3,4]";resolution:=optional,