File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
<maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
42
42
<nemo .version>0.1</nemo .version>
43
43
<flink .artifact.name>beam-runners-flink-1.14</flink .artifact.name>
44
- <mysql .driver.version>8.0.30 </mysql .driver.version>
44
+ <mysql .driver.version>9.3.0 </mysql .driver.version>
45
45
<postgresql .version>42.7.7</postgresql .version>
46
46
47
47
</properties >
73
73
<!-- JDBC specific dependencies-->
74
74
75
75
<dependency >
76
- <groupId >mysql</groupId >
77
- <artifactId >mysql-connector-java </artifactId >
76
+ <groupId >com. mysql</groupId >
77
+ <artifactId >mysql-connector-j </artifactId >
78
78
<version >${mysql.driver.version} </version >
79
79
<!-- We need to exclude this to avoid the clash with the same dependency under the artifact
80
80
org.apache.beam:beam-sdks-java-io-google-cloud-platform so that it does not end up in
You can’t perform that action at this time.
0 commit comments