Skip to content

Commit 40ac0e5

Browse files
chore(deps): add okhttp client dependency
1 parent aaa2226 commit 40ac0e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ repositories {
3434
dependencies {
3535
implementation(libs.azure.digital.twins)
3636
implementation(libs.azure.identity)
37+
implementation(libs.okhttp)
3738
implementation(libs.gson)
3839
implementation(libs.jacamo)
3940
implementation(libs.kafka.clients)

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ wot = "1.15"
55
[libraries]
66
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.7" }
77
azure-identity = { module = "com.azure:azure-identity", version = "1.8.1" }
8+
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.10.0" }
89
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
910
jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
1011
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }

0 commit comments

Comments
 (0)