CORDA-3346: Remove the JitPack repository from Corda.

This commit is contained in:
Chris Rankin 2019-10-21 13:15:03 +01:00
parent 292f83ba1d
commit 971eb56a98
2 changed files with 0 additions and 2 deletions

View File

@ -333,7 +333,6 @@ allprojects {
mavenCentral()
jcenter()
maven { url "$artifactory_contextUrl/corda-dependencies" }
maven { url 'https://jitpack.io' }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}

View File

@ -57,7 +57,6 @@ repositories {
maven {
url 'https://dl.bintray.com/palantir/releases' // docker-compose-rule is published on bintray
}
maven { url 'https://jitpack.io' }
}
dependencies {