Merge pull request #5415 from vector-im/feature/adm/missing-allowed-depenency-groups

Adding missing dependency allowances
This commit is contained in:
Benoit Marty 2022-03-03 14:57:37 +01:00 committed by GitHub
commit 7a1322baf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -29,9 +29,10 @@ ext.groups = [
'com\\.google\\.android\\..*', 'com\\.google\\.android\\..*',
], ],
group: [ group: [
'com.google.firebase',
'com.android', 'com.android',
'com.android.tools', 'com.android.tools',
'com.google.firebase',
'com.google.testing.platform',
] ]
], ],
mavenCentral: [ mavenCentral: [
@ -63,6 +64,8 @@ ext.groups = [
'com.github.piasy', 'com.github.piasy',
'com.github.shyiko.klob', 'com.github.shyiko.klob',
'com.google', 'com.google',
'com.google.android',
'com.google.api.grpc',
'com.google.auto.service', 'com.google.auto.service',
'com.google.auto.value', 'com.google.auto.value',
'com.google.code.findbugs', 'com.google.code.findbugs',
@ -111,10 +114,13 @@ ext.groups = [
'io.arrow-kt', 'io.arrow-kt',
'io.github.detekt.sarif4k', 'io.github.detekt.sarif4k',
'io.github.reactivecircus.flowbinding', 'io.github.reactivecircus.flowbinding',
'io.grpc',
'io.jsonwebtoken', 'io.jsonwebtoken',
'io.kindedj', 'io.kindedj',
'io.mockk', 'io.mockk',
'io.netty',
'io.noties.markwon', 'io.noties.markwon',
'io.opencensus',
'io.reactivex.rxjava2', 'io.reactivex.rxjava2',
'io.realm', 'io.realm',
'it.unimi.dsi', 'it.unimi.dsi',