From 4556379c9fff97fe73e2897cea4910626a621bb1 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Sat, 14 Dec 2024 18:49:43 +0100 Subject: [PATCH] Add Maven Central repo to pom.xml (#273) ## Checklist before submitting - [X] Did you read the [contributing guide](https://github.com/G-Research/spark-dgraph-connector/blob/contributing-guidelines/CONTRIBUTING.md)? - [ ] Did you update the docs? - [ ] Did you write any tests to validate this change? ## Description Adds Maven Central repo to speed up dependency download and CI. ## Review process for approval 1. All tests and other checks must succeed. 2. At least one core contributors must review and approve. 3. If a core contributor requests changes, they must be addressed. --- pom.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d12916bf..596e5cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -45,23 +45,37 @@ - + - spark packages - Spark Packages - https://repos.spark-packages.org + maven-central + Maven Central + https://repo1.maven.org/maven2 + true + false - apache releases + apache-releases Apache Releases https://repository.apache.org/content/repositories/releases/ + true + false - apache snapshots + apache-snapshots Apache Snapshots https://repository.apache.org/snapshots + false + true + + + + spark-packages + Spark Packages + https://repos.spark-packages.org + true + false