Skip to content

Commit

Permalink
test: fix multi spring version test failed (apache#5383)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Feb 22, 2023
1 parent 884f3b1 commit 1ab95d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions changes/en-us/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The version is updated as follows:
- [[#5309](https://github.com/seata/seata/pull/5309)] add unit test [ArrayUtils, ConfigTools, MapUtil]
- [[#5335](https://github.com/seata/seata/pull/5335)] add unit test [EnhancedServiceLoader,ExtensionDefinition,SizeUtilTest,ReflectionUtil,LowerCaseLinkHashMap,FileLoader,ObjectHolder]
- [[#5366](https://github.com/seata/seata/pull/5366)] fix UpdateExecutorTest failed
- [[#5383](https://github.com/seata/seata/pull/5383)] fix multi spring version test failed


### Contributors:
Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [[#5309](https://github.com/seata/seata/pull/5309)] 添加单元测试用例 [ArrayUtils, ConfigTools, MapUtil]
- [[#5335](https://github.com/seata/seata/pull/5335)] 添加单元测试用例 [EnhancedServiceLoader,ExtensionDefinition,SizeUtilTest,ReflectionUtil,LowerCaseLinkHashMap,FileLoader,ObjectHolder]
- [[#5366](https://github.com/seata/seata/pull/5366)] 修复 UpdateExecutorTest 单测失败问题
- [[#5383](https://github.com/seata/seata/pull/5383)] 修复多Spring版本测试失败


### Contributors:
Expand Down
6 changes: 0 additions & 6 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<xstream.version>1.4.19</xstream.version>

<jwt.version>0.10.5</jwt.version>
<jackson.databind.version>2.13.4.1</jackson.databind.version>
<prometheus.client.version>0.6.0</prometheus.client.version>
<logback.version>1.2.9</logback.version>
<logstash-logback-encoder.version>6.5</logstash-logback-encoder.version>
Expand Down Expand Up @@ -616,11 +615,6 @@
<artifactId>jjwt-jackson</artifactId>
<version>${jwt.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
Expand Down

0 comments on commit 1ab95d7

Please sign in to comment.