Skip to content

Commit

Permalink
[apache#5289][Improvement] CatalogMysqlDriverIT miss driver url
Browse files Browse the repository at this point in the history
  • Loading branch information
lsyulong committed Nov 7, 2024
1 parent 8450076 commit ae86fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class BaseIT {
protected boolean ignoreIcebergRestService = true;

public String DOWNLOAD_MYSQL_JDBC_DRIVER_URL =
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.11/mysql-connector-java-8.0.11.jar";
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.26/mysql-connector-java-8.0.26.jar";

public static final String DOWNLOAD_POSTGRESQL_JDBC_DRIVER_URL =
"https://jdbc.postgresql.org/download/postgresql-42.7.0.jar";
Expand Down

0 comments on commit ae86fc6

Please sign in to comment.