Skip to content

Commit 74544ff

Browse files
authored
Remove snapshot (#4486)
1 parent 147f67d commit 74544ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ sourceSets {
7575
repositories {
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

8480
configurations {
@@ -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'

0 commit comments

Comments
 (0)