Skip to content

Commit

Permalink
removed unused test dependency jobj-clone
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Oct 27, 2023
1 parent c811dd7 commit fd9464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jdkSerializableFunctionalVersion=1.9.0
##############################
# test dependencies versions #
##############################
jobjCloneVersion=3.4
testngVersion=7.8.0
hamcrestAllVersion=1.3
testObjectVersion=8
hamcrestAllVersion=1.3
testngVersion=7.8.0
##########################
# for deploy on sonatype #
##########################
Expand Down
1 change: 0 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ dependencies {
implementation("org.danekja:jdk-serializable-functional:$jdkSerializableFunctionalVersion")
testImplementation("org.hamcrest:hamcrest-all:$hamcrestAllVersion")
testImplementation("io.github.astrapi69:test-object:$testObjectVersion")
testImplementation("io.github.astrapi69:jobj-clone:$jobjCloneVersion")
testImplementation("org.testng:testng:$testngVersion")
}

0 comments on commit fd9464e

Please sign in to comment.