You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2018/11/12 06:53:48 UTC

ignite git commit: IGNITE-10196: Changed scope of kafka-clients-*-test dependency to test. This closes #5356.

Repository: ignite
Updated Branches:
  refs/heads/master 242a2cdc2 -> 43b9cfa34


IGNITE-10196: Changed scope of kafka-clients-*-test dependency to test. This closes #5356.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43b9cfa3
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/43b9cfa3
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/43b9cfa3

Branch: refs/heads/master
Commit: 43b9cfa34a685eb0fe60b828cfadfd2f6168e163
Parents: 242a2cd
Author: Max-Pudov <pu...@gmail.com>
Authored: Mon Nov 12 09:53:41 2018 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Mon Nov 12 09:53:41 2018 +0300

----------------------------------------------------------------------
 modules/kafka/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/43b9cfa3/modules/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml
index 63b2af2..5a93fb1 100644
--- a/modules/kafka/pom.xml
+++ b/modules/kafka/pom.xml
@@ -59,6 +59,7 @@
             <artifactId>kafka-clients</artifactId>
             <version>${kafka.version}</version>
             <classifier>test</classifier>
+            <scope>test</scope>
         </dependency>
 
         <dependency>