1212 */
1313plugins {
1414 id ' java'
15- id ' org.springframework.boot' version ' 4.0.0 '
15+ id ' org.springframework.boot' version ' 3.5.8 '
1616 id ' io.spring.dependency-management' version ' 1.1.7'
1717}
1818
@@ -32,33 +32,23 @@ repositories {
3232
3333dependencies {
3434 implementation platform(" org.springframework.ai:spring-ai-bom:1.1.0" )
35-
36- implementation project(' :frontend' )
3735 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3836 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
39- implementation ' org.springframework.boot:spring-boot-starter-hateoas'
40- implementation ' org.springframework.boot:spring-boot-starter-liquibase'
41- implementation ' org.springframework.boot:spring-boot-starter-restclient'
4237 implementation ' org.springframework.boot:spring-boot-starter-security'
43- implementation ' org.springframework.boot:spring-boot-starter-validation'
44- implementation ' org.springframework.boot:spring-boot-starter-webmvc'
45- runtimeOnly ' io.micrometer:micrometer-registry-prometheus'
46- testImplementation ' org.springframework.boot:spring-boot-starter-actuator-test'
47- testImplementation ' org.springframework.boot:spring-boot-starter-data-jpa-test'
48- testImplementation ' org.springframework.boot:spring-boot-starter-hateoas-test'
49- testImplementation ' org.springframework.boot:spring-boot-starter-liquibase-test'
50- testImplementation ' org.springframework.boot:spring-boot-starter-restclient-test'
51- testImplementation ' org.springframework.boot:spring-boot-starter-security-test'
52- testImplementation ' org.springframework.boot:spring-boot-starter-validation-test'
53- testImplementation ' org.springframework.boot:spring-boot-starter-webmvc-test'
38+ implementation ' org.springframework.boot:spring-boot-starter-web'
5439 implementation ' org.springframework.ai:spring-ai-starter-mcp-client'
40+ // implementation 'org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
5541 implementation ' org.springframework.ai:spring-ai-tika-document-reader'
56- implementation ' tools.jackson.dataformat:jackson-dataformat-csv:3.0.2'
42+ implementation ' org.liquibase:liquibase-core'
43+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
44+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
5745 implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.1'
5846 implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
5947 implementation ' org.springframework.ai:spring-ai-starter-vector-store-pgvector'
6048 implementation ' org.springframework.ai:spring-ai-starter-model-transformers'
61- implementation ' org.springframework.ai:spring-ai-starter-model-ollama'
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'
6252 testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.1'
6353 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
6454}
0 commit comments