Merge pull request #7019 from corda/wz/merge-os-45-46-2022-01-11

NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-01-11)
This commit is contained in:
Waldemar Żurowski 2022-01-11 17:18:36 +01:00 committed by GitHub
commit 43c97b6869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

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

View File

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