Skip to content

Commit

Permalink
Updated more dependencies to library catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Aug 6, 2023
1 parent e7e3d7a commit 090e7cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hoplite-aws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(projects.hopliteCore)
api(libs.aws.java.sdk.secretsmanager)
api(libs.aws.java.sdk.ssm)
// implementation(KotlinX.serialization.json)
implementation(libs.kotlinx.serialization.json)
testApi("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
testApi(libs.testcontainers.localstack)
}
Expand Down
2 changes: 1 addition & 1 deletion hoplite-aws2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(projects.hopliteCore)
api(libs.regions)
api(libs.secretsmanager)
// implementation(KotlinX.serialization.json)
implementation(libs.kotlinx.serialization.json)
}

apply("../publish.gradle.kts")
2 changes: 1 addition & 1 deletion hoplite-datetime/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(projects.hopliteCore)
// implementation(KotlinX.datetime)
implementation(libs.kotlinx.datetime)
}

apply("../publish.gradle.kts")
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ dependencyResolutionManagement {

library("hikaricp", "com.zaxxer:HikariCP:5.0.1")

library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
library("kotlinx-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")

library("google-cloud-secretmanager", "com.google.cloud:google-cloud-secretmanager:2.20.0")
library("hadoop-common", "org.apache.hadoop:hadoop-common:2.10.2")
library("tomlj", "org.tomlj:tomlj:1.1.0")
Expand Down

0 comments on commit 090e7cf

Please sign in to comment.