You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2019/06/19 05:25:02 UTC

[incubator-pinot] branch master updated: Remove jboss and chibi repository from pom file (#4340)

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

snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 43c70c9  Remove jboss and chibi repository from pom file (#4340)
43c70c9 is described below

commit 43c70c9b700a7df9b028f0c435ed497ad777ac79
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Tue Jun 18 22:24:57 2019 -0700

    Remove jboss and chibi repository from pom file (#4340)
    
    Since we do not need jboss and chibi repositories for building
    Pinot, thir pr removes the unnecessary repositories.
---
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0d562b2..95bd02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,30 +185,6 @@
       </build>
     </profile>
   </profiles>
-
-  <repositories>
-    <repository>
-      <id>jboss.org</id>
-      <url>http://repository.jboss.org</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>chibi</id>
-      <url>http://www.chibi.ubc.ca/maven2/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <dependencyManagement>
     <dependencies>
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org