Skip to content

Commit

Permalink
romove duplicate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Litvinov committed Dec 26, 2023
1 parent 8cd8f6d commit e196611
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ repositories { mavenCentral() }
dependencies {
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("org.apache.commons:commons-lang3:3.14.0")
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
}
Expand Down

0 comments on commit e196611

Please sign in to comment.