[ 
https://issues.apache.org/jira/browse/FLINK-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Metzger resolved FLINK-6084.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.1
                   1.3.0

Resolved for 1.3 in http://git-wip-us.apache.org/repos/asf/flink/commit/0236992e

Resolved for 1.2.1 in 
http://git-wip-us.apache.org/repos/asf/flink/commit/ffd146a6

> Cassandra connector does not declare all dependencies
> -----------------------------------------------------
>
>                 Key: FLINK-6084
>                 URL: https://issues.apache.org/jira/browse/FLINK-6084
>             Project: Flink
>          Issue Type: Bug
>          Components: Cassandra Connector
>    Affects Versions: 1.2.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>            Priority: Critical
>             Fix For: 1.3.0, 1.2.1
>
>
> This has been reported by a user: 
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-1-2-and-Cassandra-Connector-td11546.html
> The cassandra client defines metrics-core as a dependency, but the shading is 
> dropping the dependency when building the dependency reduced pom.
> To resolve the issue, we need to add the following line into the shading 
> config of the cassandra module:
> <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
> This makes the metrics dependency appear again in the dep red pom.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to