This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a commit to branch repo-testing in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 51a4a2696885186b80690787c6961a84e25d0e48 Author: Subbu Subramaniam <[email protected]> AuthorDate: Mon Jun 17 17:47:12 2019 -0700 Including https apache repo in repositories --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 0d562b2..d7a36d3 100644 --- a/pom.xml +++ b/pom.xml @@ -188,6 +188,16 @@ <repositories> <repository> + <id>apache.org</id> + <url>repo.maven.apache.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> <id>jboss.org</id> <url>http://repository.jboss.org</url> <releases> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
