Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Inline toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Nov 13, 2024
1 parent 26707f3 commit da7c389
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion amazon/cognito/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
}

implementation("se.ansman.kotshi:api:_")
testFixturesApi(libs.jose4j)
testFixturesApi("org.bitbucket.b_c:jose4j:_")

testFixturesApi(testFixtures(project(":http4k-connect-core")))
testFixturesApi(testFixtures(project(":http4k-connect-amazon-core")))
Expand Down
2 changes: 1 addition & 1 deletion amazon/cognito/fake/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
api(Http4k.securityOauth)
implementation(libs.jose4j)
implementation("org.bitbucket.b_c:jose4j:_")

testFixturesApi(testFixtures(project(":http4k-connect-amazon-core")))
}
2 changes: 1 addition & 1 deletion amazon/dynamodb/fake/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

dependencies {
implementation(libs.parser4k)
implementation("dev.forkhandles:parser4k")
testFixturesApi(testFixtures(project(":http4k-connect-amazon-core")))
testFixturesApi(project(path = ":http4k-connect-amazon-s3"))
}
15 changes: 0 additions & 15 deletions gradle/libs.versions.toml

This file was deleted.

4 changes: 2 additions & 2 deletions http4k-connect-ksp-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ dependencies {
implementation("com.squareup:kotlinpoet:_")
implementation("com.squareup:kotlinpoet-metadata:_")
implementation("com.squareup:kotlinpoet-ksp:_")
implementation(libs.symbol.processing.api)
implementation("com.google.devtools.ksp:symbol-processing-api:_")

ksp("se.ansman.kotshi:compiler:_")

testFixturesApi("se.ansman.kotshi:api:_")
testFixturesApi("org.http4k:http4k-format-moshi")
testFixturesApi(libs.result4k)
testFixturesApi("dev.forkhandles:result4k")

kspTest(project(":http4k-connect-ksp-generator"))
kspTestFixtures(project(":http4k-connect-ksp-generator"))
Expand Down
2 changes: 1 addition & 1 deletion kafka/rest/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.apache.avro:avro:_")
implementation("se.ansman.kotshi:api:_")

testFixturesApi(libs.kotlin.reflect)
testFixturesApi("org.jetbrains.kotlin:kotlin-reflect")

testFixturesApi(project(":http4k-connect-kafka-rest-fake"))
testFixturesImplementation("org.apache.avro:avro:_")
Expand Down
2 changes: 1 addition & 1 deletion kafka/schemaregistry/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

implementation("se.ansman.kotshi:api:_")

testFixturesApi(libs.kotlin.reflect)
testFixturesApi("org.jetbrains.kotlin:kotlin-reflect")

testFixturesImplementation("org.apache.avro:avro:_")

Expand Down

0 comments on commit da7c389

Please sign in to comment.