File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
PluginsAndFeatures/azure-toolkit-for-intellij Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ processResources {
3131}
3232
3333group ' com.microsoft.azuretools'
34+ apply plugin : ' java'
3435
3536compileJava {
3637 sourceCompatibility = javaVersion
@@ -139,7 +140,6 @@ configurations {
139140 extendsFrom testRuntime
140141 }
141142}
142- apply plugin : ' java'
143143
144144dependencyManagement {
145145 imports {
Original file line number Diff line number Diff line change 235235
236236 <dependencyManagement >
237237 <dependencies >
238- <dependency >
239- <groupId >com.microsoft.azure</groupId >
240- <artifactId >azure-toolkit-libs</artifactId >
241- <version >${azure.toolkit-lib.version} </version >
242- <type >pom</type >
243- <scope >import</scope >
244- </dependency >
245238 <dependency >
246239 <groupId >com.spotify</groupId >
247240 <artifactId >docker-client</artifactId >
411404 <version >${powermock.version} </version >
412405 <scope >test</scope >
413406 </dependency >
407+ <dependency >
408+ <groupId >com.microsoft.azure</groupId >
409+ <artifactId >azure-toolkit-libs</artifactId >
410+ <version >0.9.0</version >
411+ <type >pom</type >
412+ <scope >import</scope >
413+ </dependency >
414414 </dependencies >
415415 </dependencyManagement >
416416 <dependencies >
You can’t perform that action at this time.
0 commit comments