File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ dependencies {
7878 api " org.eclipse.jetty:jetty-server:$jettyVersion "
7979 api " org.eclipse.jetty:jetty-webapp:$jettyVersion "
8080 api " com.google.guava:guava:33.3.1-jre" // override com.palantir.docker.compose using old version fails on maven project
81+ api " com.fasterxml.jackson.core:jackson-core:$jacksonVersion "
82+ api " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion "
83+ api " com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " // override docker-compose-junit-jupiter using old Jackson version
8184 api " org.junit.jupiter:junit-jupiter-api:$junitVersion "
8285
8386 optionalImplementation " org.zkoss.common:zcommon:${ zkVersion} "
Original file line number Diff line number Diff line change 1- version =1.4.39.0.2
1+ version =1.4.39.0.3
22
33# dependencies
44junitVersion =5.11.3
55seleniumVersion =4.39.0
66dockerJunitVersion =2.3.0
77webdrivermanagerVersion =6.3.3
8+ jacksonVersion =2.19.2
89hamcrestVersion =3.0
910commonsCompressVersion =1.27.1
1011commonsLang3Version =3.17.0
You can’t perform that action at this time.
0 commit comments