Skip to content

Commit 11f64c3

Browse files
committed
Add missing dependency on jackson-dataformat-xml to build.gradle
1 parent 894d998 commit 11f64c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ext {
3030
dependencies {
3131
implementation('org.springframework.boot:spring-boot-starter-actuator')
3232
implementation 'org.springframework.boot:spring-boot-starter-web'
33+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
3334
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter'
3435
if (project.hasProperty('vector-db-provider') && project.getProperty('vector-db-provider') == 'chroma') {
3536
implementation 'org.springframework.ai:spring-ai-chroma-store-spring-boot-starter'

0 commit comments

Comments
 (0)