Skip to content

Commit

Permalink
remove apache commons dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schuh committed Jan 18, 2023
1 parent 3ec2924 commit 35e1508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
implementation 'org.apache.commons:commons-text:1.10.0'
}

test {
Expand Down

0 comments on commit 35e1508

Please sign in to comment.