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/c117c65b Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/c117c65b Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/c117c65b Branch: refs/heads/master Commit: c117c65ba9dadc0a2ae7d52f40ec5d20b559ed9c Parents: 184a32d Author: hahao <[email protected]> Authored: Wed Mar 2 10:21:13 2016 -0800 Committer: hahao <[email protected]> Committed: Mon Mar 21 23:14:14 2016 -0700 ---------------------------------------------------------------------- sentry-binding/sentry-binding-kafka/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/c117c65b/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>
