Skip to content

Commit

Permalink
Jackson to common
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Nov 20, 2024
1 parent 9957761 commit 8d82ba2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/cpg.common-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ val libs = the<LibrariesForLibs>() // necessary to be able to use the version c
dependencies {
implementation(libs.apache.commons.lang3)
implementation(libs.neo4j.ogm.core)
implementation(libs.jackson)
}
1 change: 0 additions & 1 deletion cpg-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ tasks.test {
}

dependencies {
api(libs.jackson)
api(libs.slf4j.api)

implementation(libs.bundles.log4j)
Expand Down

0 comments on commit 8d82ba2

Please sign in to comment.