Skip to content

Commit 54f6559

Browse files
committed
Revert "update example pom"
This reverts commit 1ffa6ff.
1 parent 1ffa6ff commit 54f6559

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

example/pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
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>io.github.alexcheng1982</groupId>
8-
<artifactId>spring-ai-dashscope-client-parent</artifactId>
9-
<version>0.9.0</version>
7+
<groupId>org.springframework.boot</groupId>
8+
<artifactId>spring-boot-starter-parent</artifactId>
9+
<version>3.2.4</version>
10+
<relativePath/>
1011
</parent>
1112

13+
<groupId>io.github.alexcheng1982</groupId>
1214
<artifactId>spring-ai-dashscope-client-example</artifactId>
15+
<version>0.0.1-SNAPSHOT</version>
1316
<name>Aliyun Dashscope Spring AI Client :: Example</name>
1417
<description>Aliyun Dashscope Spring AI Client :: Example</description>
1518

1619
<properties>
1720
<maven.compiler.source>17</maven.compiler.source>
1821
<maven.compiler.target>17</maven.compiler.target>
1922
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<spring-boot.version>3.2.4</spring-boot.version>
2123
<spring-ai.version>0.8.1</spring-ai.version>
2224
</properties>
2325

@@ -37,12 +39,6 @@
3739
<dependency>
3840
<groupId>org.springframework.boot</groupId>
3941
<artifactId>spring-boot-starter-web</artifactId>
40-
<version>${spring-boot.version}</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-starter-json</artifactId>
45-
<version>${spring-boot.version}</version>
4642
</dependency>
4743
<dependency>
4844
<groupId>org.springframework.ai</groupId>
@@ -51,7 +47,7 @@
5147
<dependency>
5248
<groupId>io.github.alexcheng1982</groupId>
5349
<artifactId>spring-ai-dashscope-spring-boot-starter</artifactId>
54-
<version>${project.version}</version>
50+
<version>0.9.0</version>
5551
</dependency>
5652
<dependency>
5753
<groupId>org.springdoc</groupId>

0 commit comments

Comments
 (0)