[
https://issues.apache.org/jira/browse/FLINK-11015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702017#comment-16702017
]
ASF GitHub Bot commented on FLINK-11015:
----------------------------------------
yanghua commented on a change in pull request #7182: [FLINK-11015] Remove
deprecated methods and classes about table from all the Kafka connectors
URL: https://github.com/apache/flink/pull/7182#discussion_r237131756
##########
File path: flink-connectors/flink-connector-kafka-0.10/pom.xml
##########
@@ -86,40 +86,8 @@ under the License.
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-avro</artifactId>
- <version>${project.version}</version>
- <!-- Projects depending on this project, won't depend
on flink-avro. -->
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-json</artifactId>
- <version>${project.version}</version>
- <!-- Projects depending on this project, won't depend
on flink-json. -->
- <optional>true</optional>
- </dependency>
-
<!-- test dependencies -->
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-avro</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <type>test-jar</type>
- </dependency>
-
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-json</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
Review comment:
My own Travis has turned green (Can not make sure if you can see this
[link](https://travis-ci.org/yanghua/flink/builds/460738230)). OK, It would be
better to wait and see Travis's result to verify the judgment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove deprecated methods and classes about table from all the Kafka
> connectors
> -------------------------------------------------------------------------------
>
> Key: FLINK-11015
> URL: https://issues.apache.org/jira/browse/FLINK-11015
> Project: Flink
> Issue Type: Improvement
> Components: Kafka Connector
> Reporter: vinoyang
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
>
> This is to make the "Disentangle flink-connector-kafka from flink-table and
> flink-json" (FLINK-9461) plan more smoothly. For more details, please refer
> to the discussion of FLINK-9461.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)