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:18:05 UTC

[incubator-pinot] 01/01: Remove jboss and chibi repository from pom file Since we do not need jboss and chibi repositories for building Pinot, thir pr removes the unnecessary repositories.

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

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

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

    Remove jboss and chibi repository from pom file
    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