Skip to content

Commit 37a9a5c

Browse files
fix version
1 parent 226f3e1 commit 37a9a5c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ processResources {
3131
}
3232

3333
group 'com.microsoft.azuretools'
34+
apply plugin: 'java'
3435

3536
compileJava {
3637
sourceCompatibility = javaVersion
@@ -139,7 +140,6 @@ configurations {
139140
extendsFrom testRuntime
140141
}
141142
}
142-
apply plugin: 'java'
143143

144144
dependencyManagement {
145145
imports {

Utils/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,6 @@
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>
@@ -411,6 +404,13 @@
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>

0 commit comments

Comments
 (0)