Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 12fe979dc -> 9e5508ea8
SENTRY-1524: sentry-dist is missing dependency on sentry-hdfs-dist (Alexander Kolbasov, Reviewed by: Hao Hao) Change-Id: Ief41cb4885108fa7522ec8b584a71453dc0ffd1a Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/9e5508ea Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/9e5508ea Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/9e5508ea Branch: refs/heads/sentry-ha-redesign Commit: 9e5508ea87b777016d35a70ed5f96dec4ee3699b Parents: 12fe979 Author: hahao <[email protected]> Authored: Mon Nov 28 10:58:47 2016 -0800 Committer: hahao <[email protected]> Committed: Mon Nov 28 10:58:47 2016 -0800 ---------------------------------------------------------------------- sentry-dist/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/9e5508ea/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 80ec9c9..5952b87 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -94,6 +94,10 @@ limitations under the License. <groupId>org.apache.sentry</groupId> <artifactId>sentry-policy-indexer</artifactId> </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> + <artifactId>sentry-hdfs-dist</artifactId> + </dependency> </dependencies> <profiles> <profile>
