Skip to content

Commit

Permalink
[GOBBLIN-1807] Replaces conjars.org with conjars.wensel.net (apache#3668
Browse files Browse the repository at this point in the history
)

* [GOBBLIN-1807] Replaces conjars.org with conjars.wensel.net

* Comments explaining each line
  • Loading branch information
homatthew committed Apr 5, 2023
1 parent b428a66 commit 0d69363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 15 additions & 1 deletion defaultEnvironment.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

Expand Down
3 changes: 0 additions & 3 deletions gobblin-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ apply plugin: 'java'

repositories {
mavenCentral()
maven {
url "http://conjars.org/repo"
}
}

dependencies {
Expand Down

0 comments on commit 0d69363

Please sign in to comment.