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 D876B9115 for ; Sun, 25 Mar 2012 06:31:27 +0000 (UTC) Received: (qmail 35377 invoked by uid 500); 25 Mar 2012 06:31:27 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 34277 invoked by uid 500); 25 Mar 2012 06:31:24 -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 34227 invoked by uid 99); 25 Mar 2012 06:31:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 06:31:22 +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; Sun, 25 Mar 2012 06:31:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 653C423889FA for ; Sun, 25 Mar 2012 06:30:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1304983 - /activemq/trunk/pom.xml Date: Sun, 25 Mar 2012 06:30:59 -0000 To: commits@activemq.apache.org From: rajdavies@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120325063059.653C423889FA@eris.apache.org> Author: rajdavies Date: Sun Mar 25 06:30:59 2012 New Revision: 1304983 URL: http://svn.apache.org/viewvc?rev=1304983&view=rev Log: dependency for MQTT support - see https://issues.apache.org/jira/browse/AMQ-3786 Modified: activemq/trunk/pom.xml Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1304983&r1=1304982&r2=1304983&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Sun Mar 25 06:30:59 2012 @@ -79,6 +79,7 @@ 2.2.0 1.2 1.2.16 + 1.0 10.1.3.1 1.1.2 1.3 @@ -896,6 +897,11 @@ jdom ${jdom-version} + + org.fusesource.mqtt-client + mqtt-client + ${mqtt-client-version} + p2psockets