Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 5F9DE1049A for ; Fri, 6 Sep 2013 01:48:37 +0000 (UTC) Received: (qmail 19336 invoked by uid 500); 6 Sep 2013 01:48:34 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 18943 invoked by uid 500); 6 Sep 2013 01:48:33 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 17620 invoked by uid 99); 6 Sep 2013 01:48:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 01:48:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6987C901D81; Fri, 6 Sep 2013 01:48:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Fri, 06 Sep 2013 01:49:15 -0000 Message-Id: <255fe350648f43ae95d75ac4324931d4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [47/53] [abbrv] git commit: ACCUMULO-658 Add server utils module ACCUMULO-658 Add server utils module Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cc9f575a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cc9f575a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cc9f575a Branch: refs/heads/ACCUMULO-210 Commit: cc9f575a1b5a74eb7d6d0dd80306b066d2808350 Parents: 282335c Author: Christopher Tubbs Authored: Mon Aug 5 18:12:28 2013 -0400 Committer: Christopher Tubbs Committed: Thu Sep 5 21:47:33 2013 -0400 ---------------------------------------------------------------------- pom.xml | 1 + server/utils/pom.xml | 131 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/cc9f575a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 32b95bb..d42b45a 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ server/monitor server/server server/tserver + server/utils scm:git:git://git.apache.org/accumulo.git http://git-wip-us.apache.org/repos/asf/accumulo/blob/cc9f575a/server/utils/pom.xml ---------------------------------------------------------------------- diff --git a/server/utils/pom.xml b/server/utils/pom.xml new file mode 100644 index 0000000..51e5a71 --- /dev/null +++ b/server/utils/pom.xml @@ -0,0 +1,131 @@ + + + + 4.0.0 + + org.apache.accumulo + accumulo-project + 1.6.0-SNAPSHOT + ../../pom.xml + + accumulo-server-utils + Server Utilities + + + com.beust + jcommander + + + com.google.code.gson + gson + + + jline + jline + + + org.apache.accumulo + accumulo-core + + + org.apache.accumulo + accumulo-fate + + + org.apache.accumulo + accumulo-server-base + + + org.apache.accumulo + accumulo-start + + + org.apache.accumulo + accumulo-trace + + + org.apache.thrift + libthrift + + + commons-codec + commons-codec + provided + + + commons-collections + commons-collections + provided + + + commons-configuration + commons-configuration + provided + + + commons-io + commons-io + provided + + + commons-lang + commons-lang + provided + + + javax.servlet + servlet-api + provided + + + log4j + log4j + provided + + + org.apache.hadoop + hadoop-client + provided + + + org.apache.zookeeper + zookeeper + provided + + + org.mortbay.jetty + jetty + provided + + + junit + junit + test + + + org.slf4j + slf4j-api + test + + + org.slf4j + slf4j-log4j12 + test + + +