Skip to content

Commit 8ed6473

Browse files
authored
Merge pull request #1726 from microsoftgraph/fix/dependency-configuration
feat: Adds kiota authentication dependency into compilation classpath
2 parents a402831 + 423d893 commit 8ed6473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api 'com.azure:azure-core:1.51.0'
1616

1717
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.3.0'
18-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
18+
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
1919
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0'
2020
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.3.0'
2121
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.3.0'

0 commit comments

Comments
 (0)