Skip to content

Commit

Permalink
Merge branch 'feat_1.8_mergeKafkaFormatClass' into '1.8_test_3.10.x'
Browse files Browse the repository at this point in the history
Feat 1.8 merge kafka format class



See merge request !211
  • Loading branch information
zoudaokoulife committed Feb 7, 2020
2 parents 98e911a + 7567fa1 commit 40434b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,6 @@
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-avro</artifactId>
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-csv</artifactId>
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${flink.version}</version>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
19 changes: 19 additions & 0 deletions kafka-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,25 @@ under the License.
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-avro</artifactId>
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-csv</artifactId>
<version>${flink.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${flink.version}</version>
</dependency>

</dependencies>


Expand Down

0 comments on commit 40434b2

Please sign in to comment.