Skip to content

Commit

Permalink
Refactor: remove dependency org.junit-pioneer:junit-pioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Feb 3, 2023
1 parent 576152b commit e744f93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ configure(libraryProjects) {
testImplementation("ch.qos.logback:logback-classic")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("org.junit-pioneer:junit-pioneer")
testImplementation("org.hamcrest:hamcrest")
testImplementation("io.mockk:mockk")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

group=me.ahoo.simba
version=0.6.0
version=0.6.2
description=Simba aims to provide easy-to-use and flexible distributed lock services and supports multiple storage implementations: relational databases, Redis, and Zookeeper.
website=https://github.com/Ahoo-Wang/Simba
issues=https://github.com/Ahoo-Wang/Simba/issues
Expand Down
1 change: 0 additions & 1 deletion simba-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies {
constraints {
api("com.google.guava:guava:30.0-jre")
api("commons-io:commons-io:2.10.0")
api("org.junit-pioneer:junit-pioneer:1.9.1")
api("org.hamcrest:hamcrest:2.2")
api("io.mockk:mockk:1.13.4")
api("org.openjdk.jmh:jmh-core:1.36")
Expand Down

0 comments on commit e744f93

Please sign in to comment.