Skip to content

Commit

Permalink
Cleanup former dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Aug 8, 2024
1 parent 96f351c commit da66e8a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions core/common/transform-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ dependencies {

api(libs.jakartaJson)

implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(project(":core:common:junit"))
testImplementation(project(":extensions:common:json-ld"))
}
1 change: 0 additions & 1 deletion core/control-plane/contract-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {

implementation(project(":core:common:state-machine"))
implementation(libs.opentelemetry.instrumentation.annotations)
implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(project(":core:control-plane:control-plane-core"))
testImplementation(project(":core:control-plane:control-plane-aggregate-services"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ dependencies {

implementation(libs.opentelemetry.instrumentation.annotations)

implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(project(":core:control-plane:catalog-core"))
testImplementation(project(":core:control-plane:contract-core"))
testImplementation(project(":core:control-plane:control-plane-core"))
Expand Down
2 changes: 0 additions & 2 deletions core/control-plane/control-plane-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ dependencies {
implementation(project(":core:control-plane:control-plane-aggregate-services"))
implementation(project(":core:common:util"))

implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(testFixtures(project(":spi:common:core-spi")))
testImplementation(testFixtures(project(":spi:control-plane:contract-spi")))
testImplementation(testFixtures(project(":spi:control-plane:policy-spi")))
Expand Down
1 change: 0 additions & 1 deletion core/control-plane/transfer-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies {
implementation(project(":core:common:state-machine"))
implementation(project(":core:common:util"))
implementation(libs.opentelemetry.instrumentation.annotations)
implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(project(":core:common:junit"))
testImplementation(project(":core:control-plane:control-plane-core"))
Expand Down
2 changes: 0 additions & 2 deletions extensions/common/sql/sql-lease/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ dependencies {
implementation(project(":spi:common:transaction-datasource-spi"))
implementation(project(":extensions:common:sql:sql-core"))

implementation("com.github.f4b6a3:uuid-creator:5.2.0")

testImplementation(project(":core:common:junit"))
testImplementation(project(":extensions:common:transaction:transaction-local"))
testImplementation(testFixtures(project(":extensions:common:sql:sql-lease")))
Expand Down
2 changes: 0 additions & 2 deletions spi/common/core-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ dependencies {
testFixturesImplementation(libs.mockito.core)
testFixturesImplementation(libs.assertj)
testFixturesRuntimeOnly(libs.junit.jupiter.engine)

testImplementation("com.github.f4b6a3:uuid-creator:5.2.0")
}


0 comments on commit da66e8a

Please sign in to comment.