You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2019/03/07 07:50:26 UTC

[GitHub] [storm] srdo opened a new pull request #2969: STORM-3352: Lock Netty versions using Netty BOM

srdo opened a new pull request #2969: STORM-3352: Lock Netty versions using Netty BOM
URL: https://github.com/apache/storm/pull/2969
 
 
   https://issues.apache.org/jira/browse/STORM-3352
   
   The dependency tree for storm-cassandra previously showed
   ```
   org.apache.storm:storm-cassandra:jar:2.0.1-SNAPSHOT
   [INFO] +- com.datastax.cassandra:cassandra-driver-core:jar:3.1.2:provided
   [INFO] |  +- io.netty:netty-handler:jar:4.0.37.Final:provided
   [INFO] |  |  +- io.netty:netty-buffer:jar:4.0.37.Final:provided
   [INFO] |  |  |  \- io.netty:netty-common:jar:4.0.37.Final:provided
   [INFO] |  |  +- io.netty:netty-transport:jar:4.0.37.Final:provided
   [INFO] |  |  \- io.netty:netty-codec:jar:4.0.37.Final:provided
   ...
   - io.netty:netty-all:jar:4.1.30.Final:test
   ```
   which is likely to cause issues.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services