mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
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:
parent
f2b3db9c7b
commit
78aed771b2
@ -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 {
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user