Skip to content

Commit e7cc107

Browse files
committed
fix:Remove unnecessary dependencies
1 parent 53ee05b commit e7cc107

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ axon = "4.9.0"
1212
flowable = "6.8.0"
1313
springDoc = "2.2.0"
1414
hamcrest = "2.2"
15-
mockk = "1.13.8"
16-
detektFormatting = "1.23.1"
1715
jmh = "1.37"
1816
# plugins
1917
publishPlugin = "1.3.0"
@@ -35,8 +33,6 @@ flowableSpring = { module = "org.flowable:flowable-spring", version.ref = "flowa
3533
flowableSpringBootAutoconfigure = { module = "org.flowable:flowable-spring-boot-autoconfigure", version.ref = "flowable" }
3634
junitPioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junitPioneer" }
3735
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
38-
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
39-
detektFormatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektFormatting" }
4036
jmhCore = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
4137
jmhGeneratorAnnprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
4238
[plugins]

0 commit comments

Comments
 (0)