Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 534C09BF6 for ; Thu, 2 Feb 2012 16:42:02 +0000 (UTC) Received: (qmail 83331 invoked by uid 500); 2 Feb 2012 16:42:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 83263 invoked by uid 500); 2 Feb 2012 16:42:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 83251 invoked by uid 99); 2 Feb 2012 16:42:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 16:42:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mattrpav@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 16:41:52 +0000 Received: by yenq6 with SMTP id q6so1270048yen.2 for ; Thu, 02 Feb 2012 08:41:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=u86P9eGs2B1uaO7htaYTrm2IC+FLk53jxL9YjsPDP8I=; b=Zq6x+ROz713lv5mjgp+cgvPE9ufjacm3VM3svDNd8xzZcy1PpCqOQilTxmhT21E0ir 1Gwd2VU03B1X9/c3E8ezcQCpletC7aVi/8NZOWqew7UsZBTnYKxjIu+iCXxKWfjwIRX1 Nf0KL/whsEd+tsbya7dUL6v0GaqjGC0ZPydvQ= Received: by 10.236.9.97 with SMTP id 61mr5500017yhs.71.1328200890202; Thu, 02 Feb 2012 08:41:30 -0800 (PST) Received: from MacBookPro-2.local ([75.103.13.11]) by mx.google.com with ESMTPS id f47sm4424317yhh.8.2012.02.02.08.41.29 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 08:41:29 -0800 (PST) Message-ID: <4F2ABCB8.9090505@gmail.com> Date: Thu, 02 Feb 2012 10:41:28 -0600 From: Matt Pavlovich User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Building ActiveMQ question References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add the Fuse repo to your Maven settings http://repo.fusesource.com/nexus/content/groups/public/ Matt Pavlovich On 2/2/12 10:33 AM, Chris Robison wrote: > I'm trying to build apache-activemq-5.5.1-fuse-01-13 and I keep getting the > following error: > > [ERROR] Failed to execute goal on project activemq-camel: Could not resolve > dependencies for project > org.apache.activemq:activemq-camel:bundle:5.5.1-fuse-01-13: The following > artifacts could not be resolved: > org.apache.camel:camel-jms:jar:2.8.0-fuse-01-13, > org.apache.camel:camel-test:jar:2.8.0-fuse-01-13, > org.apache.camel:camel-jdbc:jar:2.8.0-fuse-01-13: Could not find artifact > org.apache.camel:camel-jms:jar:2.8.0-fuse-01-13 in central ( > http://repo.maven.apache.org/maven2) > > Any suggestions? > > Chris >