@@ -115,17 +115,17 @@ dependencies {
115115 compile ' com.microsoft.azure:azure-client-authentication:1.7.5' , { force = true }
116116 compile ' com.microsoft.azure:azure-toolkit-springcloud-lib:0.5.0-SNAPSHOT' , { force = true }
117117 aspect " com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
118- compile ' com.microsoft.azuretools:azuretools-core:3.51.0-SNAPSHOT ' , {
118+ compile ' com.microsoft.azuretools:azuretools-core:3.51.0' , {
119119 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
120120 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
121121 exclude group : " javax.xml.bind" , module : " jaxb-api"
122122 }
123- compile ' com.microsoft.azuretools:azure-explorer-common:3.51.0-SNAPSHOT ' , {
123+ compile ' com.microsoft.azuretools:azure-explorer-common:3.51.0' , {
124124 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
125125 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
126126 exclude group : " javax.xml.bind" , module : " jaxb-api"
127127 }
128- compile ' com.microsoft.azuretools:hdinsight-node-common:3.51.0-SNAPSHOT ' , {
128+ compile ' com.microsoft.azuretools:hdinsight-node-common:3.51.0' , {
129129 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
130130 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
131131 exclude group : " javax.xml.bind" , module : " jaxb-api"
0 commit comments