Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3748#discussion_r143965738 --- Diff: flink-connectors/flink-connector-cassandra/pom.xml --- @@ -187,5 +187,17 @@ 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-streaming-scala_2.10</artifactId> --- End diff -- scala version
---