This is an automated email from the ASF dual-hosted git repository. elserj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit 96507bfe737f2188c16dec9d16d5e8b502df231f Author: Josh Elser <[email protected]> AuthorDate: Fri May 24 13:39:15 2019 -0400 [CALCITE-3090] Remove the Central configuration We don't actually need the explicit configuration for Central. We're just providing the same value that's already configured. Closes #100 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index a4c1962..83a5d8b 100644 --- a/pom.xml +++ b/pom.xml @@ -733,17 +733,6 @@ limitations under the License. </plugin> </plugins> </reporting> - <repositories> - <repository> - <id>central</id> - <name>Central Repository</name> - <url>http://repo.maven.apache.org/maven2</url> - <layout>default</layout> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> <profiles> <profile> <!-- This profile adds/overrides few features of the 'apache-release'
