ACCUMULO-381 fixed missing runtime dependency

git-svn-id: 
https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1242426 
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/72b7221f
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/72b7221f
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/72b7221f

Branch: refs/heads/master
Commit: 72b7221fb47ff54a06b94c584526f4f94c3788d9
Parents: be69711
Author: Adam Fuchs <afu...@apache.org>
Authored: Thu Feb 9 18:09:36 2012 +0000
Committer: Adam Fuchs <afu...@apache.org>
Committed: Thu Feb 9 18:09:36 2012 +0000

----------------------------------------------------------------------
 ingest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/72b7221f/ingest/pom.xml
----------------------------------------------------------------------
diff --git a/ingest/pom.xml b/ingest/pom.xml
index d8d26f2..743a4e8 100644
--- a/ingest/pom.xml
+++ b/ingest/pom.xml
@@ -107,7 +107,7 @@
             <configuration>
               <outputDirectory>lib</outputDirectory>
               <!-- just grab the non-provided runtime dependencies -->
-              
<includeArtifactIds>commons-lang,google-collections,lucene-core,lucene-analyzers,lucene-wikipedia,protobuf-java,accumulo-core,hadoop-core,libthrift,cloudtrace,zookeeper</includeArtifactIds>
+              
<includeArtifactIds>commons-lang,google-collections,lucene-core,lucene-analyzers,lucene-wikipedia,protobuf-java,accumulo-core,hadoop-core,libthrift,cloudtrace,zookeeper,commons-codec</includeArtifactIds>
               <excludeTransitive>false</excludeTransitive>
             </configuration>
           </execution>

Reply via email to