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 5F088F433 for ; Wed, 17 Jul 2013 02:33:21 +0000 (UTC) Received: (qmail 8212 invoked by uid 500); 17 Jul 2013 02:33:18 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 7705 invoked by uid 500); 17 Jul 2013 02:33:14 -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 6886 invoked by uid 99); 17 Jul 2013 02:33:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 02:33:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 513E98AB337; Wed, 17 Jul 2013 02:33:04 +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: Wed, 17 Jul 2013 02:33:47 -0000 Message-Id: <2213898c57954106af30f876fc18e036@git.apache.org> In-Reply-To: <9368626895444c52a4d09631b34b56e0@git.apache.org> References: <9368626895444c52a4d09631b34b56e0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [45/50] [abbrv] git commit: ACCUMULO-1496 Update scannotations version ACCUMULO-1496 Update scannotations version Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b17d9806 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b17d9806 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b17d9806 Branch: refs/heads/ACCUMULO-1496 Commit: b17d98069953366abcaca29f756acd95a384062e Parents: 424caaa Author: Christopher Tubbs Authored: Tue Jul 16 15:13:27 2013 -0400 Committer: Christopher Tubbs Committed: Tue Jul 16 15:13:27 2013 -0400 ---------------------------------------------------------------------- assemble/pom.xml | 8 ++++---- assemble/src/main/assemblies/component.xml | 2 +- pom.xml | 6 +++--- start/pom.xml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b17d9806/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 96a1094..e7daa0b 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -47,10 +47,6 @@ jline - net.sf.scannotation - scannotation - - org.apache.accumulo accumulo-core @@ -98,6 +94,10 @@ org.javassist javassist + + org.scannotation + scannotation + http://git-wip-us.apache.org/repos/asf/accumulo/blob/b17d9806/assemble/src/main/assemblies/component.xml ---------------------------------------------------------------------- diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml index c366c41..b5f1419 100644 --- a/assemble/src/main/assemblies/component.xml +++ b/assemble/src/main/assemblies/component.xml @@ -32,9 +32,9 @@ com.google.code.gson:gson com.google.guava:guava jline:jline - net.sf.scannotation:scannotation org.apache.thrift:libthrift org.javassist:javassist + org.scannotation:scannotation ${groupId}:${artifactId}-docs http://git-wip-us.apache.org/repos/asf/accumulo/blob/b17d9806/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f1534f7..39f6091 100644 --- a/pom.xml +++ b/pom.xml @@ -206,9 +206,9 @@ 1.2.16 - net.sf.scannotation + org.scannotation scannotation - 1.0.2 + 1.0.3 org.apache.accumulo @@ -335,7 +335,7 @@ org.javassist javassist - 3.17.1-GA + 3.18.0-GA org.mortbay.jetty http://git-wip-us.apache.org/repos/asf/accumulo/blob/b17d9806/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index 61496bf..6cdd4a4 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -26,10 +26,6 @@ Start - net.sf.scannotation - scannotation - - org.apache.commons commons-vfs2 @@ -38,6 +34,10 @@ javassist + org.scannotation + scannotation + + commons-io commons-io provided