Skip to content

Commit

Permalink
remove transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
imanushin committed Aug 27, 2024
1 parent ef5d453 commit 41c32c6
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 @@ -129,7 +129,6 @@ subprojects {
ext.buildInfoVersion = new Version(rootProject, baseProjectNames)

dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: commonsLang3Version
implementation group: 'commons-io', name: 'commons-io', version: commonsIoVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jacksonVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
Expand Down

0 comments on commit 41c32c6

Please sign in to comment.