Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-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 15E3011EFA for ; Wed, 14 May 2014 21:31:45 +0000 (UTC) Received: (qmail 77721 invoked by uid 500); 14 May 2014 15:11:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 77535 invoked by uid 500); 14 May 2014 15:11:18 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 77383 invoked by uid 99); 14 May 2014 15:11:18 -0000 Received: from Unknown (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 15:11:18 +0000 Date: Wed, 14 May 2014 15:11:18 +0000 (UTC) From: "Dave Brosius (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7218) cassandra-all:2.1.0-beta1 maven dependency failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13997630#comment-13997630 ] Dave Brosius commented on CASSANDRA-7218: ----------------------------------------- yes, as i said, try the __next__ beta (rc) version we cut, not existing ones. I agree the existing ones are broken. or you can git clone this https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/heads/cassandra-2.1 run, ant publish and try against the pom found in your local repository ~/.m2/repository/org/apache/cassandra/${version}/cassandra-all/cassandra-all-${version}.pom > cassandra-all:2.1.0-beta1 maven dependency failing > -------------------------------------------------- > > Key: CASSANDRA-7218 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7218 > Project: Cassandra > Issue Type: Bug > Components: API, Core > Reporter: Prasanth Gullapalli > Assignee: Dave Brosius > Fix For: 2.1 rc1 > > Attachments: MvnRepos.jpg > > > I have included cassandra-all in my gradle dependencies list. Here is it: > compile org.apache.cassandra:cassandra-all:2.1.0-beta1 > But when I am trying to build, it is failing with the following exception: > * What went wrong: > Could not resolve all dependencies for configuration ':mapro-commons:compile'. > > Could not find com.github.stephenc:jamm:0.2.6. > Required by: > MAPro_Transactor:mapro-commons:1.0 > org.apache.cassandra:cassandra-all:2.1.0-beta1 > Now I can not find com.github.stephenc:jamm:0.2.6. in maven repository. -- This message was sent by Atlassian JIRA (v6.2#6252)