Skip to content

Commit 409a0dc

Browse files
committed
update dependency
1 parent ee7167f commit 409a0dc

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

examples/pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
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>
@@ -20,10 +19,18 @@
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>

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
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>

0 commit comments

Comments
 (0)