Skip to content

Commit

Permalink
Use netty-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 21, 2023
1 parent 260b243 commit efb0ea2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kernel/data-pipeline/scenario/cdc/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
<artifactId>shardingsphere-data-pipeline-cdc-protocol</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</dependency>

<dependency>
<groupId>org.opengauss</groupId>
<artifactId>opengauss-jdbc</artifactId>
Expand Down

0 comments on commit efb0ea2

Please sign in to comment.