Skip to content

Commit

Permalink
Merge pull request #152 from v-xiangs/gradle-dependency
Browse files Browse the repository at this point in the history
added dependency ADAL4J on Gradle build file
  • Loading branch information
v-nisidh authored Feb 17, 2017
2 parents e99f326 + 8f43754 commit 2a5864d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ repositories {
}

dependencies {
compile 'com.microsoft.azure:azure-keyvault:0.9.7'
compile 'com.microsoft.azure:azure-keyvault:0.9.7',
'com.microsoft.azure:adal4j:1.1.3'

testCompile 'junit:junit:4.12',
'org.junit.platform:junit-platform-console:1.0.0-M3',
Expand Down

0 comments on commit 2a5864d

Please sign in to comment.