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 4141 <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version>
4242 <nemo .version>0.1</nemo .version>
4343 <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>
4545 <postgresql .version>42.7.7</postgresql .version>
4646
4747 </properties >
7373 <!-- JDBC specific dependencies-->
7474
7575 <dependency >
76- <groupId >mysql</groupId >
77- <artifactId >mysql-connector-java </artifactId >
76+ <groupId >com. mysql</groupId >
77+ <artifactId >mysql-connector-j </artifactId >
7878 <version >${mysql.driver.version} </version >
7979 <!-- We need to exclude this to avoid the clash with the same dependency under the artifact
8080 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