Skip to content

Commit

Permalink
fix build failure of catalogue service
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaimaaeROUAI committed Mar 14, 2024
1 parent bff2b99 commit 3cc8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalogue/aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation("mysql:mysql-connector-java")

testImplementation("org.testcontainers:mysql")
// testImplementation(project(":tck"))
testImplementation(project(":tck"))
}

application {
Expand Down

0 comments on commit 3cc8f37

Please sign in to comment.