Skip to content

Commit

Permalink
[FLINK-11015] Remove deprecated code for format-specific Kafka table …
Browse files Browse the repository at this point in the history
…connectors

This commit removes all classes and methods that have been deprecated in
Flink 1.6 for separating Kafka connectors from Avro and JSON formats.

This closes apache#7182.
  • Loading branch information
yanghua authored and twalthr committed Nov 30, 2018
1 parent 761e809 commit 7d2c269
Show file tree
Hide file tree
Showing 45 changed files with 26 additions and 4,406 deletions.
32 changes: 0 additions & 32 deletions flink-connectors/flink-connector-kafka-0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7d2c269

Please sign in to comment.