Repository: sentry Updated Branches: refs/heads/master d9763f6b9 -> fcce56670
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/fcce5667 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/fcce5667 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/fcce5667 Branch: refs/heads/master Commit: fcce5667024b47d2b986395262b402d4cd893666 Parents: d9763f6 Author: hahao <[email protected]> Authored: Mon Nov 28 10:58:47 2016 -0800 Committer: hahao <[email protected]> Committed: Mon Nov 28 11:00:13 2016 -0800 ---------------------------------------------------------------------- sentry-dist/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/fcce5667/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index ccd112d..6774b75 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -110,6 +110,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>
