Skip to content

Commit

Permalink
fixed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Aug 4, 2023
1 parent 0acc521 commit de74496
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ under the License.
<version>${kafka.version}</version>
</dependency>

<!--Use org.apache.kafka.connect.json.JsonDeserializer to deserializer record-->

<!-- Tests -->

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-json</artifactId>
<version>${kafka.version}</version>
<scope>test</scope>
</dependency>


<!-- Tests -->

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ under the License.
<version>${kafka.version}</version>
</dependency>

<!--Use org.apache.kafka.connect.json.JsonDeserializer to deserializer record-->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-json</artifactId>
<version>${kafka.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit de74496

Please sign in to comment.