[
https://issues.apache.org/jira/browse/STORM-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193363#comment-15193363
]
Abhishek Agarwal commented on STORM-1625:
-----------------------------------------
{noformat}
[INFO] +- org.apache.storm:storm-sql-core:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.calcite:calcite-core:jar:1.4.0-incubating:compile
[INFO] | | +- org.apache.calcite:calcite-avatica:jar:1.4.0-incubating:compile
[INFO] | | +- org.apache.calcite:calcite-linq4j:jar:1.4.0-incubating:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.6.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.3:compile
[INFO] | | +- com.google.guava:guava:jar:16.0.1:compile
[INFO] | | \- net.hydromatic:eigenbase-properties:jar:1.1.5:compile
{noformat}
> guava dependency is being shipped inside storm distribution
> -----------------------------------------------------------
>
> Key: STORM-1625
> URL: https://issues.apache.org/jira/browse/STORM-1625
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core, storm-sql
> Reporter: Abhishek Agarwal
> Assignee: Abhishek Agarwal
>
> We shade guava classes inside storm-core so that client can work with any
> version of guava without any clashes. However, storm-sql-core has a
> transitive dependency on guava and thus the guava jar is still getting
> shipped in lib folder.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)