Skip to content

Commit

Permalink
Merge pull request #81 from v-xiangs/new-dependencies-on-gradle
Browse files Browse the repository at this point in the history
add new dependencies to gradle build script
  • Loading branch information
xiangyushawn authored Dec 12, 2016
2 parents 2c626b2 + 7fd68e2 commit e69535c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,17 @@ repositories {
}

dependencies {
compile 'com.microsoft.azure:azure-keyvault:0.9.7',
'junit:junit:4.12'
compile 'com.microsoft.azure:azure-keyvault:0.9.7'

testCompile 'junit:junit:4.12',
'org.junit.platform:junit-platform-console:1.0.0-M2',
'org.junit.platform:junit-platform-commons:1.0.0-M2',
'org.junit.platform:junit-platform-engine:1.0.0-M2',
'org.junit.platform:junit-platform-launcher:1.0.0-M2',
'org.junit.platform:junit-platform-runner:1.0.0-M2',
'org.junit.platform:junit-platform-surefire-provider:1.0.0-M2',
'org.junit.jupiter:junit-jupiter-api:5.0.0-M2',
'org.junit.jupiter:junit-jupiter-engine:5.0.0-M2'
}


0 comments on commit e69535c

Please sign in to comment.