Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2735#discussion_r197856967
  
    --- Diff: storm-core/pom.xml ---
    @@ -184,6 +184,10 @@
                 <artifactId>mockito-core</artifactId>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.awaitility</groupId>
    +            <artifactId>awaitility</artifactId>
    +        </dependency>
    --- End diff --
    
    The scope is inherited from dependencyManagement. Do you want me to add it 
anyway?


---

Reply via email to