We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80dca8 commit 6bb5ac1Copy full SHA for 6bb5ac1
flink-connectors/flink-connector-jdbc/pom.xml
@@ -132,8 +132,8 @@ under the License.
132
133
<!-- MySQL tests -->
134
<dependency>
135
- <groupId>mysql</groupId>
136
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
137
<version>8.0.33</version>
138
<scope>test</scope>
139
</dependency>
0 commit comments