Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3748#discussion_r115911445 --- Diff: flink-connectors/flink-connector-cassandra/pom.xml --- @@ -176,5 +176,23 @@ under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-table_2.10</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-scala_2.10</artifactId> --- End diff -- I still don't understand this :/ If neither flink-table nor we actually depend on flink-scala, nor flink-scala-streaming then we don't need the dependency. If the user wants to work against the scala api he has to specify this dependency himself.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---