This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new dff4708ea Fix web build and deployment Issue (#2014)
dff4708ea is described below

commit dff4708ea01929e9cdc60373d937ebbde8c705b6
Author: Junkai Xue <[email protected]>
AuthorDate: Mon Apr 4 10:17:49 2022 -0700

    Fix web build and deployment Issue (#2014)
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c061054e9..7e3a7ee73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,16 +334,6 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>mvnrepository.com</id>
-      <url>https://mvnrepository.com</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
     <repository>
       <id>central</id>
       <name>Central Repository</name>

Reply via email to