Skip to content

Commit

Permalink
[bugfix](ci) fix phoenix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx authored Sep 20, 2023
1 parent 38e1e30 commit bd2024b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void compareResult() {}

@Override
String driverUrl() {
return "https://maven.aliyun.com/repository/public/com/aliyun/phoenix/ali-phoenix-shaded-thin-client/5.2.5-HBase-2.x/ali-phoenix-shaded-thin-client-5.2.5-HBase-2.x.jar";
return "https://repo1.maven.org/maven2/com/aliyun/phoenix/ali-phoenix-shaded-thin-client/5.2.5-HBase-2.x/ali-phoenix-shaded-thin-client-5.2.5-HBase-2.x.jar";
}

@Override
Expand Down

0 comments on commit bd2024b

Please sign in to comment.