File tree Expand file tree Collapse file tree
kernel/transaction/type/base/seata-at Expand file tree Collapse file tree Original file line number Diff line number Diff line change 467467 <version >${project.version} </version >
468468 <scope >runtime</scope >
469469 <exclusions >
470- <exclusion >
471- <groupId >org.apache.seata</groupId >
472- <artifactId >seata-all</artifactId >
473- </exclusion >
474470 <exclusion >
475471 <groupId >commons-lang</groupId >
476472 <artifactId >commons-lang</artifactId >
Original file line number Diff line number Diff line change 502502 <version >${project.version} </version >
503503 <scope >runtime</scope >
504504 <exclusions >
505- <exclusion >
506- <groupId >org.apache.seata</groupId >
507- <artifactId >seata-all</artifactId >
508- </exclusion >
509505 <exclusion >
510506 <groupId >commons-lang</groupId >
511507 <artifactId >commons-lang</artifactId >
Original file line number Diff line number Diff line change 3838 <groupId >org.apache.seata</groupId >
3939 <artifactId >seata-all</artifactId >
4040 <version >${seata.version} </version >
41- <exclusions >
42- <exclusion >
43- <groupId >org.antlr</groupId >
44- <artifactId >antlr4-runtime</artifactId >
45- </exclusion >
46- </exclusions >
41+ <scope >provided</scope >
4742 </dependency >
4843 <dependency >
4944 <groupId >commons-lang</groupId >
Original file line number Diff line number Diff line change 2626 <artifactId >shardingsphere-test-native</artifactId >
2727 <name >${project.artifactId} </name >
2828
29+ <properties >
30+ <seata .version>2.5.0</seata .version>
31+ </properties >
32+
2933 <dependencies >
3034 <dependency >
3135 <groupId >org.apache.shardingsphere</groupId >
8791 <version >${project.version} </version >
8892 <scope >test</scope >
8993 </dependency >
94+ <dependency >
95+ <groupId >org.apache.seata</groupId >
96+ <artifactId >seata-all</artifactId >
97+ <version >${seata.version} </version >
98+ <scope >test</scope >
99+ </dependency >
90100
91101 <dependency >
92102 <groupId >com.microsoft.sqlserver</groupId >
You can’t perform that action at this time.
0 commit comments