NOTICK: Change repository for ghostdriver library (#7015)

Since SCI Java repository is no longer available, the library has been copied to the internal `corda-dependencies` repository.
This commit is contained in:
Viktor Kolomeyko 2022-01-11 12:57:20 +00:00 committed by GitHub
parent f2b3db9c7b
commit 78aed771b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -404,6 +404,7 @@ allprojects {
includeGroup 'co.paralleluniverse' includeGroup 'co.paralleluniverse'
includeGroup 'org.crashub' includeGroup 'org.crashub'
includeGroup 'com.github.bft-smart' includeGroup 'com.github.bft-smart'
includeGroup 'com.github.detro'
} }
} }
maven { maven {

View File

@ -72,15 +72,6 @@ dependencies {
testCompile "com.github.detro:ghostdriver:$ghostdriver_version" testCompile "com.github.detro:ghostdriver:$ghostdriver_version"
} }
repositories {
maven {
url 'https://maven.scijava.org/content/repositories/public/'
content {
includeGroup 'com.github.detro'
}
}
}
bootRepackage { bootRepackage {
enabled = false enabled = false
} }