We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea6675 commit e25b974Copy full SHA for e25b974
infra/mysql/build.gradle.kts
@@ -6,11 +6,10 @@ plugins {
6
7
dependencies {
8
implementation(project(":definition"))
9
+ implementation(Dependencies.KDSL.KOTLIN_JDSL_JAKARATA)
10
11
runtimeOnly(Dependencies.Mysql.CONNECTOR)
12
- implementation(Dependencies.KDSL.KOTLIN_JDSL_JAKARATA)
13
-
14
testFixturesImplementation(Dependencies.SpringBoot.SPRING_BOOT_STARTER_TEST)
15
testFixturesImplementation(Dependencies.TestContainers.JUNIT_JUPITER)
16
testFixturesImplementation(Dependencies.TestContainers.MYSQL)
0 commit comments