This commit is contained in:
andxu 2021-07-23 15:05:31 +08:00
Родитель ac6e38a212
Коммит c4d82e8aac
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -55,11 +55,11 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.microsoft.azure:azure-toolkit-common-lib:0.10.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-toolkit-resource-lib:0.10.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-toolkit-applicationinsights-lib:0.10.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-toolkit-appservice-lib:0.10.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-toolkit-applicationinsights-lib:0.10.0-SNAPSHOT'
implementation 'com.microsoft.azure:azure-toolkit-common-lib:0.10.0'
implementation 'com.microsoft.azure:azure-toolkit-resource-lib:0.10.0'
implementation 'com.microsoft.azure:azure-toolkit-applicationinsights-lib:0.10.0'
implementation 'com.microsoft.azure:azure-toolkit-appservice-lib:0.10.0'
implementation 'com.microsoft.azure:azure-toolkit-applicationinsights-lib:0.10.0'
implementation 'org.fusesource.jansi:jansi:1.18'
implementation 'com.microsoft.azure:applicationinsights-core:2.6.3'
implementation 'org.apache.maven:maven-artifact:3.8.1'