File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
spring-ai-alibaba-chat-example/dashscope Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 41
41
<groupId >org.springframework.boot</groupId >
42
42
<artifactId >spring-boot-maven-plugin</artifactId >
43
43
<version >${spring-boot.version} </version >
44
+ <executions >
45
+ <execution >
46
+ <goals >
47
+ <goal >repackage</goal >
48
+ </goals >
49
+ </execution >
50
+ </executions >
44
51
</plugin >
45
52
<plugin >
46
53
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 40
40
<plugin >
41
41
<groupId >org.springframework.boot</groupId >
42
42
<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 >
44
50
</plugin >
45
51
<plugin >
46
52
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments