Skip to content

Commit e69535c

Browse files
authored
Merge pull request #81 from v-xiangs/new-dependencies-on-gradle
add new dependencies to gradle build script
2 parents 2c626b2 + 7fd68e2 commit e69535c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

build.gradle

+11-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,17 @@ repositories {
5959
}
6060

6161
dependencies {
62-
compile 'com.microsoft.azure:azure-keyvault:0.9.7',
63-
'junit:junit:4.12'
62+
compile 'com.microsoft.azure:azure-keyvault:0.9.7'
63+
64+
testCompile 'junit:junit:4.12',
65+
'org.junit.platform:junit-platform-console:1.0.0-M2',
66+
'org.junit.platform:junit-platform-commons:1.0.0-M2',
67+
'org.junit.platform:junit-platform-engine:1.0.0-M2',
68+
'org.junit.platform:junit-platform-launcher:1.0.0-M2',
69+
'org.junit.platform:junit-platform-runner:1.0.0-M2',
70+
'org.junit.platform:junit-platform-surefire-provider:1.0.0-M2',
71+
'org.junit.jupiter:junit-jupiter-api:5.0.0-M2',
72+
'org.junit.jupiter:junit-jupiter-engine:5.0.0-M2'
6473
}
6574

6675

0 commit comments

Comments
 (0)