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.
1 parent 09dc683 commit a2fd485Copy full SHA for a2fd485
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