Skip to content

Commit 7806166

Browse files
authored
bugfix: duplicated dependency #6857 (#6859)
1 parent 21eca70 commit 7806166

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

changes/en-us/2.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Add changes here for all PR submitted to the 2.x branch.
4646
- [[#6843](https://github.com/apache/incubator-seata/pull/6843)] Fix 403 error when sending a POST request from the console
4747
- [[#6850](https://github.com/apache/incubator-seata/pull/6850)] raft mode is backward compatible with version 2.0
4848
- [[#6855](https://github.com/apache/incubator-seata/pull/6855)] after scaling down a Raft cluster, the metadata still contains the removed node
49+
- [[#6859](https://github.com/apache/incubator-seata/pull/6859)] remove duplicated dependency in pom
4950

5051

5152
### optimize:

changes/zh-cn/2.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- [[#6843](https://github.com/apache/incubator-seata/pull/6843)] 修复从控制台发送POST请求时出现的403错误
4848
- [[#6850](https://github.com/apache/incubator-seata/pull/6850)] raft模式向下兼容2.0版本
4949
- [[#6855](https://github.com/apache/incubator-seata/pull/6855)] 修复raft缩容后元数据中残留该节点的问题(需先升级到2.2再进行缩容)
50-
50+
- [[#6859](https://github.com/apache/incubator-seata/pull/6859)] 移除重复的依赖
5151

5252
### optimize:
5353
- [[#6499](https://github.com/apache/incubator-seata/pull/6499)] 拆分 committing 和 rollbacking 状态的任务线程池

dependencies/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,6 @@
872872
<artifactId>spring-webmvc</artifactId>
873873
<version>${spring-webmvc.version}</version>
874874
</dependency>
875-
<dependency>
876-
<groupId>org.apache.tomcat.embed</groupId>
877-
<artifactId>tomcat-embed-core</artifactId>
878-
</dependency>
879875
</dependencies>
880876
</dependencyManagement>
881877
</project>

0 commit comments

Comments
 (0)