77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >3.4.4 </version >
10+ <version >3.4.5 </version >
1111 <relativePath />
1212 </parent >
1313
14- <groupId >com.javaaidev</groupId >
14+ <groupId >com.javaaidev.pdfqa </groupId >
1515 <artifactId >pdf-qa</artifactId >
1616 <version >1.0.0-SNAPSHOT</version >
17+ <packaging >pom</packaging >
18+ <modules >
19+ <module >shared</module >
20+ <module >deployment</module >
21+ </modules >
1722
1823 <properties >
1924 <java .version>21</java .version>
2025 <maven .compiler.source>${java.version} </maven .compiler.source>
2126 <maven .compiler.target>${java.version} </maven .compiler.target>
2227 <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>
2629 </properties >
2730
2831 <dependencyManagement >
3639 </dependency >
3740 </dependencies >
3841 </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-
8942</project >
0 commit comments