From commits-return-10987-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Fri Jun 05 14:24:47 2009 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 73144 invoked from network); 5 Jun 2009 14:24:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jun 2009 14:24:47 -0000 Received: (qmail 79088 invoked by uid 500); 5 Jun 2009 14:24:59 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 79032 invoked by uid 500); 5 Jun 2009 14:24:59 -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 79023 invoked by uid 99); 5 Jun 2009 14:24:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 14:24:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 05 Jun 2009 14:24:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0335A238886C; Fri, 5 Jun 2009 14:24:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r782029 - in /activemq/trunk: activemq-camel/pom.xml activemq-camel/src/test/java/org/apache/activemq/camel/component/BrowseQueuesInUFace.java activemq-core/pom.xml Date: Fri, 05 Jun 2009 14:24:34 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090605142435.0335A238886C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gtully Date: Fri Jun 5 14:24:34 2009 New Revision: 782029 URL: http://svn.apache.org/viewvc?rev=782029&view=rev Log: remove deprecated camel-swing dependency Removed: activemq/trunk/activemq-camel/src/test/java/org/apache/activemq/camel/component/BrowseQueuesInUFace.java Modified: activemq/trunk/activemq-camel/pom.xml activemq/trunk/activemq-core/pom.xml Modified: activemq/trunk/activemq-camel/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=782029&r1=782028&r2=782029&view=diff ============================================================================== --- activemq/trunk/activemq-camel/pom.xml (original) +++ activemq/trunk/activemq-camel/pom.xml Fri Jun 5 14:24:34 2009 @@ -102,12 +102,6 @@ test - org.apache.camel - camel-swing - ${camel-version} - test - - org.hamcrest hamcrest-all test Modified: activemq/trunk/activemq-core/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=782029&r1=782028&r2=782029&view=diff ============================================================================== --- activemq/trunk/activemq-core/pom.xml (original) +++ activemq/trunk/activemq-core/pom.xml Fri Jun 5 14:24:34 2009 @@ -219,14 +219,6 @@ true - - - org.apache.camel - camel-swing - ${camel-version} - test - - commons-collections