ACCUMULO-381 fixed missing dependency

git-svn-id: 
https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1242129 
13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: be69711d6d7b1fdd4f0a7adc388ede9f66bdd977
Parents: 842696e
Author: Adam Fuchs <afu...@apache.org>
Authored: Wed Feb 8 22:00:13 2012 +0000
Committer: Adam Fuchs <afu...@apache.org>
Committed: Wed Feb 8 22:00:13 2012 +0000

----------------------------------------------------------------------
 ingest/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/be69711d/ingest/pom.xml
----------------------------------------------------------------------
diff --git a/ingest/pom.xml b/ingest/pom.xml
index ac123c7..d8d26f2 100644
--- a/ingest/pom.xml
+++ b/ingest/pom.xml
@@ -86,6 +86,10 @@
       <artifactId>libthrift</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to