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

wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d69363ab [GOBBLIN-1807] Replaces conjars.org with conjars.wensel.net 
(#3668)
0d69363ab is described below

commit 0d69363abc776812a4f0352860a4125c7f28a508
Author: Matthew Ho <[email protected]>
AuthorDate: Wed Apr 5 10:48:36 2023 -0700

    [GOBBLIN-1807] Replaces conjars.org with conjars.wensel.net (#3668)
    
    * [GOBBLIN-1807] Replaces conjars.org with conjars.wensel.net
    
    * Comments explaining each line
---
 defaultEnvironment.gradle  | 16 +++++++++++++++-
 gobblin-admin/build.gradle |  3 ---
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/defaultEnvironment.gradle b/defaultEnvironment.gradle
index af64d4ea0..da93b9014 100644
--- a/defaultEnvironment.gradle
+++ b/defaultEnvironment.gradle
@@ -25,8 +25,22 @@ subprojects {
     maven {
       url "https://repository.cloudera.com/artifactory/cloudera-repos/";
     }
+
+    // Conjars is a read only repository that hosts older artifacts, necessary 
for hive 1.0.1 and hadoop 2.10
     maven {
-      url "http://conjars.org/repo";
+        url "https://conjars.wensel.net/repo/";
+        content {
+          // Required for:
+          //  com.linkedin.hive:hive-exec:1.0.1-avro > 
org.apache.calcite:calcite-core:0.9.2-incubating > net.hydromatic:linq4j:0.4
+          //  com.linkedin.hive:hive-exec:1.0.1-avro > 
org.apache.calcite:calcite-core:0.9.2-incubating > net.hydromatic:quidem:0.1.1
+          includeGroup "net.hydromatic"
+          // Required for:
+          //  com.linkedin.hive:hive-exec:1.0.1-avro > 
org.apache.calcite:calcite-core:0.9.2-incubating > 
eigenbase:eigenbase-properties:1.1.4.
+          includeGroup "eigenbase"
+          // Required for:
+          //  org.apache.hadoop:hadoop-common:2.10.0 > 
org.apache.hadoop:hadoop-auth:2.10.0 > com.nimbusds:nimbus-jose-jwt:4.41.1 > 
net.minidev:json-smart:[1.3.1,2.3]
+          includeGroup "net.minidev"
+        }
     }
   }
 
diff --git a/gobblin-admin/build.gradle b/gobblin-admin/build.gradle
index 7b5ee28f1..cef3493b6 100644
--- a/gobblin-admin/build.gradle
+++ b/gobblin-admin/build.gradle
@@ -19,9 +19,6 @@ apply plugin: 'java'
 
 repositories {
     mavenCentral()
-    maven {
-        url "http://conjars.org/repo";
-    }
 }
 
 dependencies {

Reply via email to