This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new ea1d584bd1 [chore](build) add apache snapshot maven repo to
repositories (#11549)
ea1d584bd1 is described below
commit ea1d584bd1fec758c728bccb51e3cc3bb358ecc4
Author: Zhengguo Yang <[email protected]>
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 311dc86f71..4db355e8c6 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -235,6 +235,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: [email protected]
For additional commands, e-mail: [email protected]