We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8a149 commit 6b909bfCopy full SHA for 6b909bf
gradle/libs.versions.toml
@@ -6,6 +6,8 @@ kmongo = "4.8.0"
6
7
[libraries]
8
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
9
+azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.6" }
10
+azure-identity = { module = "com.azure:azure-identity", version = "1.8.0" }
11
kmongo = { module = "org.litote.kmongo:kmongo", version.ref = "kmongo" }
12
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
13
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
0 commit comments