Skip to content

Commit 251de5b

Browse files
committed
Correct version of jsonschema
1 parent ea9d448 commit 251de5b

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ springBootVersion=4.0.4
316316
springVersion=7.0.6
317317
springAiVersion=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-
323319
sqliteJdbcVersion=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.

0 commit comments

Comments
 (0)