Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 125C3200CB3 for ; Mon, 26 Jun 2017 18:04:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 117D3160BD9; Mon, 26 Jun 2017 16:04:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 138DE160BFB for ; Mon, 26 Jun 2017 18:04:42 +0200 (CEST) Received: (qmail 47239 invoked by uid 500); 26 Jun 2017 16:04:42 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 46881 invoked by uid 99); 26 Jun 2017 16:04:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2017 16:04:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14999E96DC; Mon, 26 Jun 2017 16:04:40 +0000 (UTC) From: djkevincr To: dev@gora.apache.org Reply-To: dev@gora.apache.org References: In-Reply-To: Subject: [GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store Content-Type: text/plain Message-Id: <20170626160441.14999E96DC@git1-us-west.apache.org> Date: Mon, 26 Jun 2017 16:04:40 +0000 (UTC) archived-at: Mon, 26 Jun 2017 16:04:44 -0000 Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r124048997 --- Diff: gora-cassandra-cql/pom.xml --- @@ -0,0 +1,232 @@ + + + + + 4.0.0 + + + org.apache.gora + gora + 0.8-SNAPSHOT + ../ + + gora-cassandra-cql + bundle + + Apache Gora :: Cassandra - CQL + http://gora.apache.org + The Apache Gora open source framework provides an in-memory data model and + persistence for big data. Gora supports persisting to column stores, key value stores, + document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce + support. + + 2010 + + The Apache Software Foundation + http://www.apache.org/ + + + JIRA + https://issues.apache.org/jira/browse/GORA + + + Jenkins + https://builds.apache.org/job/Gora-trunk/ + + + + 18.0 + * + org.apache.gora.cassandra*;version="${project.version}";-noimport:=true + + + + target + target/classes + ${project.artifactId}-${project.version} + target/test-classes + src/test/java + src/main/java + + + ${project.basedir}/src/test/conf + + **/* + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + generate-sources + + add-source + + + + src/examples/java + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.surefire + surefire-junit47 + 2.20 + + + + always + -Xmx1024m -XX:MaxPermSize=512m + + + + + + + + + + + org.xerial.snappy + snappy-java + 1.0.5-M3 + test + + + + + org.apache.gora + gora-core + + + + org.apache.gora + gora-core + test-jar + test + + + + + com.datastax.cassandra + cassandra-driver-core + ${cassandra-driver.version} + + + + com.datastax.cassandra + cassandra-driver-mapping + ${cassandra-driver.version} + + + + com.datastax.cassandra + cassandra-driver-extras + ${cassandra-driver.version} + + + + + org.apache.cassandra + cassandra-all + test + + + org.apache.cassandra.deps + avro + + + org.slf4j + slf4j-log4j12 + + + io.netty + netty-handler + + + org.slf4j + log4j-over-slf4j + + + + + + io.netty --- End diff -- Do we have this Netty dependency defined root parent pom? This Netty versions should be defined there. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---