Updated repository lists to reduce dependency on Jitpack and removed … (#3891)

* Updated repository lists to reduce dependency on Jitpack and removed unused repositories.

* Adding artifactory_contextUrl parameter
This commit is contained in:
Andrius Dagys
2018-09-10 10:19:01 +01:00
committed by Katelyn Baker
parent 3b9964a4f8
commit c7d5e094e7
5 changed files with 4 additions and 34 deletions

View File

@ -3,15 +3,6 @@ apply plugin: 'application'
apply plugin: 'net.corda.plugins.cordformation'
apply plugin: 'net.corda.plugins.quasar-utils'
repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}
configurations {
integrationTestCompile.extendsFrom testCompile
integrationTestRuntime.extendsFrom testRuntime