Skip to content

Commit e25b974

Browse files
committed
fix sonarqube issue (Group dependencies by their destination.)
1 parent 7ea6675 commit e25b974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/mysql/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ plugins {
66

77
dependencies {
88
implementation(project(":definition"))
9+
implementation(Dependencies.KDSL.KOTLIN_JDSL_JAKARATA)
910

1011
runtimeOnly(Dependencies.Mysql.CONNECTOR)
1112

12-
implementation(Dependencies.KDSL.KOTLIN_JDSL_JAKARATA)
13-
1413
testFixturesImplementation(Dependencies.SpringBoot.SPRING_BOOT_STARTER_TEST)
1514
testFixturesImplementation(Dependencies.TestContainers.JUNIT_JUPITER)
1615
testFixturesImplementation(Dependencies.TestContainers.MYSQL)

0 commit comments

Comments
 (0)