Repository: incubator-sentry Updated Branches: refs/heads/kafka 6c8b83ada -> 23fc31320
SENTRY-1098: Make Kafka dependency as provided (Ashish K Singh, reviewed by: Dapeng Sun and Hao Hao) Change-Id: I64c3d4178a71037de860a61de32db8380445666b Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/23fc3132 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/23fc3132 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/23fc3132 Branch: refs/heads/kafka Commit: 23fc3132046199731abe351398db57143e2d352a Parents: 6c8b83a Author: hahao <[email protected]> Authored: Wed Mar 2 10:21:13 2016 -0800 Committer: hahao <[email protected]> Committed: Wed Mar 2 10:21:13 2016 -0800 ---------------------------------------------------------------------- sentry-binding/sentry-binding-kafka/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/23fc3132/sentry-binding/sentry-binding-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-kafka/pom.xml b/sentry-binding/sentry-binding-kafka/pom.xml index bd24c20..2742206 100644 --- a/sentry-binding/sentry-binding-kafka/pom.xml +++ b/sentry-binding/sentry-binding-kafka/pom.xml @@ -71,6 +71,7 @@ limitations under the License. <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> + <scope>provided</scope> </dependency> </dependencies> </project>
