@@ -33,11 +33,11 @@ dependencies {
3333 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3434 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3535 implementation ' org.springframework.boot:spring-boot-starter-security'
36- implementation ' org.springframework.boot:spring-boot-starter-web '
36+ implementation ' org.springframework.boot:spring-boot-starter-webmvc '
3737 implementation ' org.springframework.ai:spring-ai-starter-mcp-client:2.0.0-RC1'
3838 // implementation 'org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
3939 implementation ' org.springframework.ai:spring-ai-tika-document-reader:2.0.0-RC1'
40- implementation ' org.liquibase:liquibase-core '
40+ implementation ' org.springframework.boot:spring-boot-starter-liquibase '
4141 implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.1'
4242 implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
4343 implementation ' org.springframework.ai:spring-ai-starter-vector-store-pgvector:2.0.0-RC1'
@@ -46,7 +46,11 @@ dependencies {
4646 implementation ' tools.jackson.dataformat:jackson-dataformat-csv'
4747 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4848 testImplementation ' org.springframework.security:spring-security-test'
49- testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.1'
49+ testImplementation ' org.springframework.boot:spring-boot-starter-liquibase-test'
50+ testImplementation ' org.springframework.boot:spring-boot-starter-webmvc-test'
51+ testImplementation ' org.springframework.boot:spring-boot-starter-actuator-test'
52+ testImplementation ' org.springframework.boot:spring-boot-starter-data-jpa-test'
53+ testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.2'
5054 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5155}
5256
0 commit comments