File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,12 +388,6 @@ allprojects {
388388 // spring-ai 2.0.0-M3 probably pulled this in by mistake. https://github.com/spring-projects/spring-ai/issues/5646
389389 force " org.assertj:assertj-core:${ assertjVersion} "
390390
391- // spring-ai 2.0.0-M3 was compiled against jsonschema-generator 4.38.0 (Jackson 2.x) but
392- // its pom mistakenly declares 5.0.0 (Jackson 3.x/tools.jackson), causing NoSuchMethodError
393- force " com.github.victools:jsonschema-generator:${ jsonschemaGeneratorVersion} "
394- force " com.github.victools:jsonschema-module-jackson:${ jsonschemaGeneratorVersion} "
395- force " com.github.victools:jsonschema-module-swagger-2:${ jsonschemaGeneratorVersion} "
396-
397391 // Force consistency between pipeline's ActiveMQ and cloud's jClouds dependencies
398392 force " javax.annotation:javax.annotation-api:${ javaxAnnotationVersion} "
399393
Original file line number Diff line number Diff line change @@ -316,10 +316,6 @@ springBootVersion=4.0.4
316316springVersion =7.0.6
317317springAiVersion =2.0.0-M3
318318
319- # spring-ai 2.0.0-M3 was compiled against 4.38.0 but its pom mistakenly declares 5.0.0, which uses
320- # Jackson 3.x (tools.jackson) instead of Jackson 2.x (com.fasterxml.jackson), causing NoSuchMethodError
321- jsonschemaGeneratorVersion =4.38.0
322-
323319sqliteJdbcVersion =3.51.2.0
324320
325321# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
You can’t perform that action at this time.
0 commit comments