Skip to content

Commit f2d5acd

Browse files
committed
Include Jackson3 in the BOM and standalone artifact
1 parent ff6d398 commit f2d5acd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bom/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
api(project(":cel-generated-pb3"))
3030
api(project(":cel-conformance"))
3131
api(project(":cel-jackson"))
32+
api(project(":cel-jackson3"))
3233
api(project(":cel-tools"))
3334
api(project(":cel-standalone"))
3435
}

standalone/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ plugins {
2727
dependencies {
2828
api(project(":cel-tools"))
2929
api(project(":cel-jackson"))
30+
api(project(":cel-jackson3"))
3031
api(project(":cel-generated-antlr", configuration = "shadow"))
3132

3233
compileOnly(libs.protobuf.java)

0 commit comments

Comments
 (0)