Repository: sentry Updated Branches: refs/heads/branch-1.7.0 03d9f1775 -> 23d7272c5
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/23d7272c Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/23d7272c Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/23d7272c Branch: refs/heads/branch-1.7.0 Commit: 23d7272c5dd2422c14b8efeca94d3a729a67a087 Parents: 03d9f17 Author: Sun Dapeng <[email protected]> Authored: Wed Apr 13 10:05:17 2016 +0800 Committer: hahao <[email protected]> Committed: Tue Apr 26 18:34:38 2016 -0700 ---------------------------------------------------------------------- sentry-dist/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/23d7272c/sentry-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/pom.xml b/sentry-dist/pom.xml index 827d165..449040b 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>
