12
12
*/
13
13
plugins {
14
14
id ' java'
15
- id ' org.springframework.boot' version ' 3.4 .0'
15
+ id ' org.springframework.boot' version ' 3.5 .0'
16
16
id ' io.spring.dependency-management' version ' 1.1.7'
17
17
}
18
18
@@ -31,19 +31,20 @@ repositories {
31
31
}
32
32
33
33
dependencies {
34
+ implementation platform(" org.springframework.ai:spring-ai-bom:1.0.0" )
34
35
implementation ' org.springframework.boot:spring-boot-starter-actuator'
35
36
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
36
37
implementation ' org.springframework.boot:spring-boot-starter-security'
37
38
implementation ' org.springframework.boot:spring-boot-starter-web'
38
- implementation ' org.springframework.ai:spring-ai-tika-document-reader:1.0.0-SNAPSHOT '
39
+ implementation ' org.springframework.ai:spring-ai-tika-document-reader'
39
40
implementation ' org.liquibase:liquibase-core'
40
41
implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
41
42
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
42
43
implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.1'
43
- implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
44
- implementation ' org.springframework.ai:spring-ai-pgvector- store-spring-boot-starter:1.0.0-SNAPSHOT '
45
- implementation ' org.springframework.ai:spring-ai-transformers-spring-boot- starter:1.0.0-SNAPSHOT '
46
- implementation ' org.springframework.ai:spring-ai-ollama-spring-boot- starter:1.0.0-SNAPSHOT '
44
+ implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.1'
45
+ implementation ' org.springframework.ai:spring-ai-starter-vector- store-pgvector '
46
+ implementation ' org.springframework.ai:spring-ai-starter-model-transformers '
47
+ implementation ' org.springframework.ai:spring-ai-starter-model-ollama '
47
48
testImplementation ' org.springframework.boot:spring-boot-starter-test'
48
49
testImplementation ' org.springframework.security:spring-security-test'
49
50
testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.0'
0 commit comments