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 5794eec39a877532d65c11a279c39ae39d9be84d Author: Seunghyun Lee <sn...@linkedin.com> AuthorDate: Tue Jun 18 22:08:43 2019 -0700 Remove jboss and chibi repository from pom file --- 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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org