Skip to content

Commit a6d0698

Browse files
authored
fix: fixed the issue that package budget operation failed (#13)
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
1 parent 758b80b commit a6d0698

File tree

2 files changed

+14
-1
lines changed
  • spring-ai-alibaba-chat-example/dashscope

2 files changed

+14
-1
lines changed

spring-ai-alibaba-chat-example/dashscope/chat-client/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-maven-plugin</artifactId>
4343
<version>${spring-boot.version}</version>
44+
<executions>
45+
<execution>
46+
<goals>
47+
<goal>repackage</goal>
48+
</goals>
49+
</execution>
50+
</executions>
4451
</plugin>
4552
<plugin>
4653
<groupId>org.apache.maven.plugins</groupId>

spring-ai-alibaba-chat-example/dashscope/chat-model/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@
4040
<plugin>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-maven-plugin</artifactId>
43-
<version>${spring-boot.version}</version>
43+
<executions>
44+
<execution>
45+
<goals>
46+
<goal>repackage</goal>
47+
</goals>
48+
</execution>
49+
</executions>
4450
</plugin>
4551
<plugin>
4652
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)