Skip to content

Commit

Permalink
build(git): Explicitly add transitive Jackson dependencies
Browse files Browse the repository at this point in the history
These are required for `GitRepo` manifest parsing.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 10, 2023
1 parent c9a730b commit 272b508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/version-control-systems/git/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ dependencies {

implementation(project(":utils:ort-utils"))

implementation(libs.jacksonCore)
implementation(libs.jacksonDatabind)
implementation(libs.jacksonDataformatXml)
implementation(libs.jgit)
implementation(libs.jgitSshApache)

Expand Down

0 comments on commit 272b508

Please sign in to comment.