@@ -32,23 +32,9 @@ repositories {
3232
3333dependencies {
3434 implementation platform(" org.springframework.ai:spring-ai-bom:1.0.0" )
35- implementation ' org.springframework.boot:spring-boot-starter-actuator'
36- implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
37- implementation ' org.springframework.boot:spring-boot-starter-security'
38- implementation ' org.springframework.boot:spring-boot-starter-web'
39- implementation ' org.springframework.ai:spring-ai-starter-mcp-client'
35+ implementation ' org.springframework.boot:spring-boot-starter-actuator'
4036 implementation ' org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
41- implementation ' org.springframework.ai:spring-ai-tika-document-reader'
42- implementation ' org.liquibase:liquibase-core'
43- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
44- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
45- implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.1'
46- implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
47- implementation ' org.springframework.ai:spring-ai-starter-vector-store-pgvector'
48- implementation ' org.springframework.ai:spring-ai-starter-model-transformers'
49- implementation ' org.springframework.ai:spring-ai-starter-model-ollama'
50- testImplementation ' org.springframework.boot:spring-boot-starter-test'
51- testImplementation ' org.springframework.security:spring-security-test'
37+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
5238 testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.0'
5339 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5440}
0 commit comments