We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c626b2 + 7fd68e2 commit e69535cCopy full SHA for e69535c
build.gradle
@@ -59,8 +59,17 @@ repositories {
59
}
60
61
dependencies {
62
- compile 'com.microsoft.azure:azure-keyvault:0.9.7',
63
- 'junit:junit:4.12'
+ compile 'com.microsoft.azure:azure-keyvault:0.9.7'
+
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'
73
74
75
0 commit comments