Skip to content

Commit

Permalink
Merge pull request #1726 from microsoftgraph/fix/dependency-configura…
Browse files Browse the repository at this point in the history
…tion

feat: Adds kiota authentication dependency into compilation classpath
  • Loading branch information
Ndiritu authored Sep 3, 2024
2 parents a402831 + 423d893 commit 8ed6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api 'com.azure:azure-core:1.51.0'

api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.3.0'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.3.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.3.0'
Expand Down

0 comments on commit 8ed6473

Please sign in to comment.