Remove nimbus version. Made analytics work
This commit is contained in:
Родитель
841f339742
Коммит
ccd8daacef
|
@ -14,7 +14,7 @@ version = '0.0.1-SNAPSHOT'
|
|||
sourceCompatibility = '11'
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.force 'com.nimbusds:nimbus-jose-jwt:7.9', 'com.google.guava:guava:25.0-jre'
|
||||
resolutionStrategy.force 'com.google.guava:guava:25.0-jre'
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
@ -46,7 +46,7 @@ dependencies {
|
|||
implementation project(path: ':dfp-auth-starter', configuration: 'default')
|
||||
implementation project(path: ':durable-ehub-starter', configuration: 'default')
|
||||
|
||||
implementation 'com.nimbusds:nimbus-jose-jwt:7.9'
|
||||
implementation 'com.nimbusds:nimbus-jose-jwt'
|
||||
implementation 'com.google.guava:guava:25.0-jre'
|
||||
implementation 'io.github.resilience4j:resilience4j-spring-boot2:1.7.1'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
|
|
|
@ -32,5 +32,5 @@ jar {
|
|||
|
||||
dependencies {
|
||||
implementation project(path: ':model', configuration: 'default')
|
||||
implementation 'com.azure:azure-spring-data-cosmos:3.18.0'
|
||||
implementation 'com.azure:azure-spring-data-cosmos:3.19.0'
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ version = '0.0.1-SNAPSHOT'
|
|||
sourceCompatibility = '11'
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.force 'com.nimbusds:nimbus-jose-jwt:7.9', 'com.google.guava:guava:25.0-jre'
|
||||
resolutionStrategy.force 'com.google.guava:guava:25.0-jre'
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
@ -32,7 +32,12 @@ ext {
|
|||
set('appInsightsVersion', '2.6.1')
|
||||
}
|
||||
|
||||
dependencyManagement {imports {mavenBom "com.azure.spring:azure-spring-boot-bom:${azureVersion}"}}
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "com.azure.spring:azure-spring-boot-bom:${azureVersion}"
|
||||
mavenBom "com.azure.spring:azure-spring-cloud-dependencies:2.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
|
|
Загрузка…
Ссылка в новой задаче