This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to tag 2.0.2.1-rc01 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 11726480822849abe2e13b7b12a78e5e68384736 Author: zhiqiang <seuhezhiqi...@163.com> AuthorDate: Thu Oct 12 06:21:55 2023 -0500 [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found #25348 use official address --- fe/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 794c4736bf3..d71de9fd9f1 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -333,9 +333,10 @@ under the License. <url>https://repository.apache.org/content/repositories/snapshots/</url> </repository> <!-- for java-cup --> + <!-- https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html --> <repository> - <id>cloudera-public</id> - <url>https://repository.cloudera.com/artifactory/public/</url> + <id>cloudera</id> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> </repositories> <pluginRepositories> @@ -344,9 +345,10 @@ under the License. <url>https://repo.maven.apache.org/maven2</url> </pluginRepository> <!-- for cup-maven-plugin --> + <!-- https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html --> <pluginRepository> - <id>cloudera-public</id> - <url>https://repository.cloudera.com/artifactory/public/</url> + <id>cloudera</id> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </pluginRepository> </pluginRepositories> </profile> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org