Repository: sentry Updated Branches: refs/heads/master 9b0614cfa -> c4b057310
SENTRY-1160: Enable dist for kafka-binding. (Dapeng Sun, reviewed by Hao Hao) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/c4b05731 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/c4b05731 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/c4b05731 Branch: refs/heads/master Commit: c4b0573107b889a8a694127a197695a443e23e5e Parents: 9b0614c Author: Sun Dapeng <[email protected]> Authored: Wed Apr 13 10:05:17 2016 +0800 Committer: Sun Dapeng <[email protected]> Committed: Wed Apr 13 10:05:17 2016 +0800 ---------------------------------------------------------------------- sentry-dist/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/c4b05731/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 6ea1143..130de75 100644 --- a/sentry-dist/pom.xml +++ b/sentry-dist/pom.xml @@ -48,6 +48,10 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> + <artifactId>sentry-core-model-kafka</artifactId> + </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> <artifactId>sentry-binding-solr</artifactId> </dependency> <dependency> @@ -56,6 +60,10 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> + <artifactId>sentry-binding-kafka</artifactId> + </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> <artifactId>solr-sentry-core</artifactId> </dependency> <dependency> @@ -98,6 +106,10 @@ limitations under the License. <groupId>org.apache.sentry</groupId> <artifactId>sentry-policy-sqoop</artifactId> </dependency> + <dependency> + <groupId>org.apache.sentry</groupId> + <artifactId>sentry-policy-kafka</artifactId> + </dependency> </dependencies> <profiles> <profile>
