This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 57b7a416d2 [chore](build) add apache snapshot maven repo to repositories (#11549) 57b7a416d2 is described below commit 57b7a416d2b0092bb0ff05d7816fc6966dde20a7 Author: Zhengguo Yang <yangz...@gmail.com> AuthorDate: Sat Aug 6 07:15:28 2022 +0800 [chore](build) add apache snapshot maven repo to repositories (#11549) --- fe/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fe/pom.xml b/fe/pom.xml index 54de377101..4c228dd007 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -277,6 +277,11 @@ under the License. <name>central maven repo https</name> <url>https://repo.maven.apache.org/maven2</url> </repository> + <repository> + <id>snapshots</id> + <name>apache snapshots maven repo https</name> + <url>https://repository.apache.org/content/repositories/snapshots/</url> + </repository> <!-- for java-cup --> <repository> <id>cloudera-public</id> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org