You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2020/04/21 18:42:39 UTC

[storm] branch 2.1.x-branch updated: [STORM-3626] storm-kafka-migration should ull in storm-client as provided instead of compile dependency

This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a commit to branch 2.1.x-branch
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/2.1.x-branch by this push:
     new d06a8f4  [STORM-3626] storm-kafka-migration should ull in storm-client as provided instead of compile dependency
d06a8f4 is described below

commit d06a8f47c95a5093dc89ee063f01166a91faeec7
Author: Ethan Li <et...@gmail.com>
AuthorDate: Fri Apr 17 11:04:50 2020 -0500

    [STORM-3626] storm-kafka-migration should ull in storm-client as provided instead of compile dependency
---
 external/storm-kafka-migration/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/external/storm-kafka-migration/pom.xml b/external/storm-kafka-migration/pom.xml
index b31afce..81bef5e 100644
--- a/external/storm-kafka-migration/pom.xml
+++ b/external/storm-kafka-migration/pom.xml
@@ -36,6 +36,7 @@
             <groupId>org.apache.storm</groupId>
             <artifactId>storm-client</artifactId>
             <version>${project.version}</version>
+            <scope>${provided.scope}</scope>
         </dependency>
 
         <dependency>