File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ repositories {
34
34
dependencies {
35
35
implementation(libs.azure.digital.twins)
36
36
implementation(libs.azure.identity)
37
+ implementation(libs.okhttp)
37
38
implementation(libs.gson)
38
39
implementation(libs.jacamo)
39
40
implementation(libs.kafka.clients)
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ wot = "1.15"
5
5
[libraries ]
6
6
azure-digital-twins = { module = " com.azure:azure-digitaltwins-core" , version = " 1.3.7" }
7
7
azure-identity = { module = " com.azure:azure-identity" , version = " 1.8.1" }
8
+ okhttp = { module = " com.squareup.okhttp3:okhttp" , version = " 4.10.0" }
8
9
gson = { module = " com.google.code.gson:gson" , version = " 2.10.1" }
9
10
jacamo = { module = " org.jacamo:jacamo" , version = " 1.1" }
10
11
junit-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments