File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
PluginsAndFeatures/azure-toolkit-for-intellij Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ sourceSets {
7575repositories {
7676 mavenLocal()
7777 mavenCentral()
78- maven {
79- url ' https://pkgs.dev.azure.com/azure-toolkits/Java/_packaging/azure-toolkits-maven/maven/v1'
80- name ' azure-toolkits-maven'
81- }
8278}
8379
8480configurations {
@@ -115,7 +111,7 @@ dependencies {
115111 exclude group : " javax.xml.bind" , module : " jaxb-api"
116112 }
117113 compile group : ' com.microsoft.azure' , name : ' azure-auth-helper' , version : ' 0.4.0'
118- compile ' com.microsoft.azure:azure-tools-common:0.4.0-SNAPSHOT '
114+ compile ' com.microsoft.azure:azure-tools-common:0.4.0'
119115 compile group : ' com.microsoft.azure.appplatform.v2019_05_01_preview' , name : ' azure-mgmt-appplatform' , version : ' 1.0.0-beta-2'
120116 compile group : ' org.dom4j' , name : ' dom4j' , version : ' 2.1.3'
121117 compile group : ' jaxen' , name : ' jaxen' , version : ' 1.2.0'
You can’t perform that action at this time.
0 commit comments