File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <parent >
7- <groupId >org.springframework.boot</groupId >
8- <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.1</version >
10- <relativePath />
7+ <groupId >com.javaaidev</groupId >
8+ <artifactId >agentic-patterns</artifactId >
9+ <version >0.1.0</version >
1110 </parent >
1211
1312 <artifactId >agentic-patterns-examples</artifactId >
2019 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2120 <agentic-patterns .version>0.1.0</agentic-patterns .version>
2221 <spring-ai .version>1.0.0-M5</spring-ai .version>
22+ <spring-boot .version>3.4.1</spring-boot .version>
2323 </properties >
2424
2525 <dependencyManagement >
2626 <dependencies >
27+ <dependency >
28+ <groupId >org.springframework.boot</groupId >
29+ <artifactId >spring-boot-dependencies</artifactId >
30+ <version >${spring-boot.version} </version >
31+ <type >pom</type >
32+ <scope >import</scope >
33+ </dependency >
2734 <dependency >
2835 <groupId >org.springframework.ai</groupId >
2936 <artifactId >spring-ai-bom</artifactId >
Original file line number Diff line number Diff line change 167167 </build >
168168
169169 <repositories >
170+ <repository >
171+ <id >mavenCentral</id >
172+ <url >https://repo1.maven.org/maven2/</url >
173+ </repository >
170174 <repository >
171175 <id >spring-milestones</id >
172176 <name >Spring Milestones</name >
You can’t perform that action at this time.
0 commit comments