Skip to content

Commit dfb3a75

Browse files
authored
Merge pull request #5 from OSGP/feature/FDP-893-api
FDP-893: Make msal4j api of oauth-token-client
2 parents 09dc683 + a2fd485 commit dfb3a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth-token-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies{
22
implementation("org.springframework:spring-context")
3-
implementation("com.microsoft.azure:msal4j:1.13.10")
3+
api("com.microsoft.azure:msal4j:1.13.10")
44

55
testImplementation("org.junit.jupiter:junit-jupiter-api")
66
testImplementation("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)