Skip to content

Commit

Permalink
use depsMgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jun 10, 2024
1 parent b29f128 commit b076ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation project(":eventmesh-spi")
implementation 'com.zendesk:mysql-binlog-connector-java:0.29.2'
compileOnly 'mysql:mysql-connector-java:8.0.33'
compileOnly 'com.mysql:mysql-connector-j'

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit b076ba8

Please sign in to comment.