@@ -103,7 +103,7 @@ subprojects {
103103 compileOnly ' org.projectlombok:lombok:1.18.8'
104104 annotationProcessor ' org.projectlombok:lombok:1.18.8'
105105
106- compile ' com.microsoft.azure:azure-toolkit-common-lib:0.7.0-SNAPSHOT ' , {
106+ compile ' com.microsoft.azure:azure-toolkit-common-lib:0.7.0' , {
107107 exclude group : " com.squareup.okhttp3" , module : " okhttp"
108108 exclude group : " com.squareup.okhttp3" , module : " okhttp-urlconnection"
109109 exclude group : " com.squareup.okhttp3" , module : " logging-interceptor"
@@ -171,24 +171,24 @@ dependencies {
171171 exclude group : " com.squareup.okhttp3" , module : " logging-interceptor"
172172 }
173173 compile ' com.microsoft.azure:azure-client-authentication:1.7.5' , { force = true }
174- compile ' com.microsoft.azure:azure-toolkit-resource-lib:0.7.0-SNAPSHOT ' , { force = true }
175- compile ' com.microsoft.azure:azure-toolkit-springcloud-lib:0.7.0-SNAPSHOT ' , { force = true }
176- aspect " com.microsoft.azure:azure-toolkit-common-lib:0.7.0-SNAPSHOT " , {
174+ compile ' com.microsoft.azure:azure-toolkit-resource-lib:0.7.0' , { force = true }
175+ compile ' com.microsoft.azure:azure-toolkit-springcloud-lib:0.7.0' , { force = true }
176+ aspect " com.microsoft.azure:azure-toolkit-common-lib:0.7.0" , {
177177 exclude group : " com.squareup.okhttp3" , module : " okhttp"
178178 exclude group : " com.squareup.okhttp3" , module : " okhttp-urlconnection"
179179 exclude group : " com.squareup.okhttp3" , module : " logging-interceptor"
180180 }
181- compile ' com.microsoft.azuretools:azuretools-core:3.53.0-SNAPSHOT ' , {
181+ compile ' com.microsoft.azuretools:azuretools-core:3.53.0' , {
182182 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
183183 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
184184 exclude group : " javax.xml.bind" , module : " jaxb-api"
185185 }
186- compile ' com.microsoft.azuretools:azure-explorer-common:3.53.0-SNAPSHOT ' , {
186+ compile ' com.microsoft.azuretools:azure-explorer-common:3.53.0' , {
187187 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
188188 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
189189 exclude group : " javax.xml.bind" , module : " jaxb-api"
190190 }
191- compile ' com.microsoft.azuretools:hdinsight-node-common:3.53.0-SNAPSHOT ' , {
191+ compile ' com.microsoft.azuretools:hdinsight-node-common:3.53.0' , {
192192 exclude group : " com.microsoft.azure" , module : " azure-client-authentication"
193193 exclude group : " com.microsoft.azure" , module : " azure-client-runtime"
194194 exclude group : " javax.xml.bind" , module : " jaxb-api"
0 commit comments