7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.4.4 </version >
10
+ <version >3.4.5 </version >
11
11
<relativePath />
12
12
</parent >
13
13
14
- <groupId >com.javaaidev</groupId >
14
+ <groupId >com.javaaidev.pdfqa </groupId >
15
15
<artifactId >pdf-qa</artifactId >
16
16
<version >1.0.0-SNAPSHOT</version >
17
+ <packaging >pom</packaging >
18
+ <modules >
19
+ <module >shared</module >
20
+ <module >deployment</module >
21
+ </modules >
17
22
18
23
<properties >
19
24
<java .version>21</java .version>
20
25
<maven .compiler.source>${java.version} </maven .compiler.source>
21
26
<maven .compiler.target>${java.version} </maven .compiler.target>
22
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
- <spring-ai .version>1.0.0-M6</spring-ai .version>
24
- <chat-agent-ui .version>0.11.0</chat-agent-ui .version>
25
- <llm-agent-spec .version>0.1.2</llm-agent-spec .version>
28
+ <spring-ai .version>1.0.0-M8</spring-ai .version>
26
29
</properties >
27
30
28
31
<dependencyManagement >
36
39
</dependency >
37
40
</dependencies >
38
41
</dependencyManagement >
39
-
40
- <dependencies >
41
- <dependency >
42
- <groupId >org.springframework.ai</groupId >
43
- <artifactId >spring-ai-pgvector-store-spring-boot-starter</artifactId >
44
- </dependency >
45
- <dependency >
46
- <groupId >org.springframework.ai</groupId >
47
- <artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
48
- </dependency >
49
- <dependency >
50
- <groupId >org.springframework.ai</groupId >
51
- <artifactId >spring-ai-openai-spring-boot-starter</artifactId >
52
- </dependency >
53
- <dependency >
54
- <groupId >org.springframework.ai</groupId >
55
- <artifactId >spring-ai-pdf-document-reader</artifactId >
56
- </dependency >
57
- <dependency >
58
- <groupId >org.springframework.boot</groupId >
59
- <artifactId >spring-boot-starter-web</artifactId >
60
- </dependency >
61
- <dependency >
62
- <groupId >org.springdoc</groupId >
63
- <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
64
- <version >2.5.0</version >
65
- </dependency >
66
- <dependency >
67
- <groupId >com.javaaidev.chatagentui</groupId >
68
- <artifactId >chat-agent-ui</artifactId >
69
- <version >${chat-agent-ui.version} </version >
70
- </dependency >
71
- <dependency >
72
- <groupId >com.javaaidev.llmagentspec</groupId >
73
- <artifactId >spring-ai-adapter</artifactId >
74
- <version >${llm-agent-spec.version} </version >
75
- </dependency >
76
- </dependencies >
77
-
78
- <repositories >
79
- <repository >
80
- <id >spring-milestones</id >
81
- <name >Spring Milestones</name >
82
- <url >https://repo.spring.io/milestone</url >
83
- <snapshots >
84
- <enabled >false</enabled >
85
- </snapshots >
86
- </repository >
87
- </repositories >
88
-
89
42
</project >
0 commit comments