INFRA-1549: added SCIJAVA repo (#6939)

* `com.github.detro:ghostdriver` is gone from repositories configured
  already
* SCI Java public repo has it, and it is configured to resolve
  `com.github.detro` group only
This commit is contained in:
Waldemar Żurowski 2021-08-05 20:19:16 +02:00 committed by GitHub
parent f82f6f9b65
commit 16fdc289d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,15 @@ 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
}