You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/07/17 04:14:37 UTC

[7/8] git commit: ACCUMULO-1496 fix extra dependency

ACCUMULO-1496 fix extra dependency


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/964e7614
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/964e7614
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/964e7614

Branch: refs/heads/ctubbsii/ACCUMULO-1496
Commit: 964e7614f69fdc4968faa8487ea51971c8be2963
Parents: f8b1c64
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jul 16 15:59:03 2013 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jul 16 15:59:03 2013 -0400

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/964e7614/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a2efea..1955f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,11 +206,6 @@
         <version>1.2.16</version>
       </dependency>
       <dependency>
-        <groupId>net.sf.scannotation</groupId>
-        <artifactId>scannotation</artifactId>
-        <version>1.0.2</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-core</artifactId>
         <version>${project.version}</version>