[
https://issues.apache.org/jira/browse/CALCITE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Volodymyr Vysotskyi updated CALCITE-2215:
-----------------------------------------
Description:
Currently shaded/core/pom.xml, standalone-server/pom.xml and tck/pom.xml pom
files shade jars which are not declared in the pom files:
- com.google.common
- org.apache.http
- org.apache.commons
It may cause problems for projects which shade Avatica and have dependencies to
the specified libraries.
was:
Currently shaded/core/pom.xml, standalone-server/pom.xml and tck/pom.xml pom
files shade jars which are not used anywhere in the project:
- com.google.common
- org.apache.http
- org.apache.commons
It may cause problems for projects which shade Avatica and have dependencies to
specified libraries.
> Avatica - Remove unused shaded jars
> -----------------------------------
>
> Key: CALCITE-2215
> URL: https://issues.apache.org/jira/browse/CALCITE-2215
> Project: Calcite
> Issue Type: Task
> Reporter: Volodymyr Vysotskyi
> Assignee: Julian Hyde
> Priority: Major
>
> Currently shaded/core/pom.xml, standalone-server/pom.xml and tck/pom.xml pom
> files shade jars which are not declared in the pom files:
> - com.google.common
> - org.apache.http
> - org.apache.commons
> It may cause problems for projects which shade Avatica and have dependencies
> to the specified libraries.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)