File tree 4 files changed +21
-1
lines changed
4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 324
324
<artifactId >seata-saga-spring</artifactId >
325
325
<version >${project.version} </version >
326
326
</dependency >
327
+ <dependency >
328
+ <groupId >io.seata</groupId >
329
+ <artifactId >seata-all</artifactId >
330
+ <version >${project.version} </version >
331
+ </dependency >
327
332
328
333
<!-- spring -->
329
334
<dependency >
639
644
<artifactSet >
640
645
<includes >
641
646
<include >org.apache.seata:*</include >
642
- <include >io.seata:seata-all </include >
647
+ <include >io.seata:* </include >
643
648
</includes >
644
649
</artifactSet >
645
650
<transformers >
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ Add changes here for all PR submitted to the 2.x branch.
81
81
- [[ #6285 ] ( https://github.com/apache/incubator-seata/pull/6285 )] optimize time query conditions in the console
82
82
- [[ #6297 ] ( https://github.com/apache/incubator-seata/pull/6297 )] fix problem of ` maven-pmd-plugin `
83
83
- [[ #6298 ] ( https://github.com/apache/incubator-seata/pull/6298 )] repackage name to org.apache.seata
84
+ - [[ #6302 ] ( https://github.com/apache/incubator-seata/pull/6302 )] add io.seata package shade
84
85
- [[ #6306 ] ( https://github.com/apache/incubator-seata/pull/6306 )] replace some URL to org/apache/seata
85
86
- [[ #6304 ] ( https://github.com/apache/incubator-seata/pull/6304 )] disable Publish OSSRH workflow
86
87
- [[ #6310 ] ( https://github.com/apache/incubator-seata/pull/6310 )] seata-server compatible io.seata package
@@ -104,6 +105,7 @@ Add changes here for all PR submitted to the 2.x branch.
104
105
### refactor:
105
106
- [[ #6269 ] ( https://github.com/apache/incubator-seata/pull/6269 )] standardize Seata Exception
106
107
108
+
107
109
### security:
108
110
- [[ #6069 ] ( https://github.com/apache/incubator-seata/pull/6069 )] Upgrade Guava dependencies to fix security vulnerabilities
109
111
- [[ #6145 ] ( https://github.com/apache/incubator-seata/pull/6145 )] upgrade jettison to 1.5.4
Original file line number Diff line number Diff line change 82
82
- [[ #6285 ] ( https://github.com/apache/incubator-seata/pull/6285 )] 优化控台中时间查询条件不准确的问题
83
83
- [[ #6297 ] ( https://github.com/apache/incubator-seata/pull/6297 )] 修复 ` maven-pmd-plugin ` 相关的问题
84
84
- [[ #6298 ] ( https://github.com/apache/incubator-seata/pull/6298 )] 重命名包名为 org.apache.seata
85
+ - [[ #6302 ] ( https://github.com/apache/incubator-seata/pull/6302 )] 增加 io.seata shade 打包方案
85
86
- [[ #6306 ] ( https://github.com/apache/incubator-seata/pull/6306 )] 替换一些URL 至 org/apache/seata
86
87
- [[ #6304 ] ( https://github.com/apache/incubator-seata/pull/6304 )] 禁用 OSSRH 发布工作流
87
88
- [[ #6310 ] ( https://github.com/apache/incubator-seata/pull/6310 )] seata-server兼容io.seata包
Original file line number Diff line number Diff line change 117
117
<version >${project.version} </version >
118
118
</dependency >
119
119
</dependencies >
120
+ <build >
121
+ <plugins >
122
+ <plugin >
123
+ <groupId >org.apache.maven.plugins</groupId >
124
+ <artifactId >maven-deploy-plugin</artifactId >
125
+ <version >2.8.2</version >
126
+ <configuration >
127
+ <skip >true</skip >
128
+ </configuration >
129
+ </plugin >
130
+ </plugins >
131
+ </build >
120
132
</project >
You can’t perform that action at this time.
0 commit comments