Skip to content

Commit

Permalink
fix:Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Nov 1, 2023
1 parent 53ee05b commit e7cc107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ axon = "4.9.0"
flowable = "6.8.0"
springDoc = "2.2.0"
hamcrest = "2.2"
mockk = "1.13.8"
detektFormatting = "1.23.1"
jmh = "1.37"
# plugins
publishPlugin = "1.3.0"
Expand All @@ -35,8 +33,6 @@ flowableSpring = { module = "org.flowable:flowable-spring", version.ref = "flowa
flowableSpringBootAutoconfigure = { module = "org.flowable:flowable-spring-boot-autoconfigure", version.ref = "flowable" }
junitPioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junitPioneer" }
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
detektFormatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektFormatting" }
jmhCore = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmhGeneratorAnnprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
[plugins]
Expand Down

0 comments on commit e7cc107

Please sign in to comment.