We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09dc683 + a2fd485 commit dfb3a75Copy full SHA for dfb3a75
oauth-token-client/build.gradle.kts
@@ -1,6 +1,6 @@
1
dependencies{
2
implementation("org.springframework:spring-context")
3
- implementation("com.microsoft.azure:msal4j:1.13.10")
+ api("com.microsoft.azure:msal4j:1.13.10")
4
5
testImplementation("org.junit.jupiter:junit-jupiter-api")
6
testImplementation("org.junit.jupiter:junit-jupiter-engine")
0 commit comments