Merge remote-tracking branch 'remotes/open/master' into fixes/certificateStoreStubs

This commit is contained in:
Michele Sollecito
2018-09-04 17:33:29 +01:00
5 changed files with 1 additions and 37 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