Skip to content

Commit

Permalink
chore(deps): add azure digital twins and identity dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Feb 23, 2023
1 parent 575045d commit d28f45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies {
implementation(libs.kotlin.serialization.json)
implementation(libs.ktor.server.content.negotiation)
implementation(libs.ktor.server.content.negotiation.json)
implementation(libs.azure.digital.twins)
implementation(libs.azure.identity)
testImplementation(libs.bundles.kotlin.testing)
}

Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ logback = { module = "ch.qos.logback:logback-classic", version = "1.4.5" }
kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.4.1" }
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
ktor-server-content-negotiation-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.6" }
azure-identity = { module = "com.azure:azure-identity", version = "1.8.0" }

[bundles]
kotlin-testing = ["archunit", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
Expand Down

0 comments on commit d28f45a

Please sign in to comment.