Repository: storm
Updated Branches:
  refs/heads/master cb0bfcedd -> 76af86b58


STORM-3015: Remove kafka_2.10 dependency from storm-kafka-client-examples


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

Branch: refs/heads/master
Commit: df9a619b0812616830b10a4e01bb87100fa7133e
Parents: 283f315
Author: Stig Rohde Døssing <[email protected]>
Authored: Thu Mar 29 22:26:12 2018 +0200
Committer: Stig Rohde Døssing <[email protected]>
Committed: Thu Mar 29 22:26:12 2018 +0200

----------------------------------------------------------------------
 examples/storm-kafka-client-examples/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/df9a619b/examples/storm-kafka-client-examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/storm-kafka-client-examples/pom.xml 
b/examples/storm-kafka-client-examples/pom.xml
index c6836d0..74d7614 100644
--- a/examples/storm-kafka-client-examples/pom.xml
+++ b/examples/storm-kafka-client-examples/pom.xml
@@ -46,12 +46,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
-            <artifactId>${storm.kafka.artifact.id}</artifactId>
-            <version>${storm.kafka.client.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
             <version>${storm.kafka.client.version}</version>
             <scope>compile</scope>

Reply via email to