File tree Expand file tree Collapse file tree 3 files changed +10
-26
lines changed
PluginsAndFeatures/azure-toolkit-for-intellij Expand file tree Collapse file tree 3 files changed +10
-26
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 2525 <change-notes >
2626 <![CDATA[
2727 <html>
28- <h3>3.53 .0</h3>
28+ <h3>3.54 .0</h3>
2929 <h4>Added</h4>
30- <ul>
31- <li>Management workflow for Azure SQL Server</li>
32-
33- <li>New login ui for service principal authentication</li>
34- </ul>
35- <h4>Changed</h4>
36- <ul>
37- <li>Deprecated file based service principal authentication</li>
38- </ul>
3930 <h4>Fixed</h4>
40- <ul>
41- <li>
42- <a href="https://github.com/microsoft/azure-tools-for-java/pull/5228">PR #5228</a>
43- Fix OAuth/Device login could not be cancelled
44- </li>
45- </ul>
46- <p>You may get the full change log <a
47- href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
31+ <p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
4832 </html>
4933 ]]>
5034 </change-notes >
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