Including document security deps in the assembly.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/b75d83d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/b75d83d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/b75d83d9 Branch: refs/heads/master Commit: b75d83d95422dfbe4ce522bc85737e3e79c29cda Parents: 3c15d28 Author: Aaron McCurry <[email protected]> Authored: Thu Jan 29 09:49:44 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Jan 29 09:49:44 2015 -0500 ---------------------------------------------------------------------- distribution/src/assemble/bin-hadoop1.xml | 1 + distribution/src/assemble/bin-hadoop2.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/b75d83d9/distribution/src/assemble/bin-hadoop1.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin-hadoop1.xml b/distribution/src/assemble/bin-hadoop1.xml index b1deabd..b0e5e27 100644 --- a/distribution/src/assemble/bin-hadoop1.xml +++ b/distribution/src/assemble/bin-hadoop1.xml @@ -48,6 +48,7 @@ under the License. <include>com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru</include> <include>jline:jline</include> <include>com.fasterxml.jackson.core:*</include> + <include>com.github.amccurry:lucene-document-security</include> </includes> </dependencySet> <dependencySet> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/b75d83d9/distribution/src/assemble/bin-hadoop2.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin-hadoop2.xml b/distribution/src/assemble/bin-hadoop2.xml index 81cdcc8..bc4b526 100644 --- a/distribution/src/assemble/bin-hadoop2.xml +++ b/distribution/src/assemble/bin-hadoop2.xml @@ -49,6 +49,7 @@ under the License. <include>com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru</include> <include>jline:jline</include> <include>com.fasterxml.jackson.core:*</include> + <include>com.github.amccurry:lucene-document-security</include> </includes> </dependencySet> <dependencySet>
