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:04 UTC

[storm] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new bba0f38  [STORM-3626] storm-kafka-migration should ull in storm-client as provided instead of compile dependency
     new ffab303  Merge pull request #3252 from Ethanlm/STORM-3626
bba0f38 is described below

commit bba0f38e0b90ef5e1220f303abf9b14031b8bdbf
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 ca0891d..610a960 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>