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_r237120052
##########
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:
@twalthr The specific test cases have been removed and there is no error
when building by maven. Did I miss anything else?
----------------------------------------------------------------
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]
With regards,
Apache Git Services