<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring</artifactId>
<version>1.5.1</version>
</dependency>
<parent> <groupId>io.seata</groupId> <artifactId>seata-parent</artifactId> <version>1.5.1</version> </parent>
compile
|-- io.seata:seata-rm-datasource
|-- io.seata:seata-serializer-all
|-- cglib:cglib
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-aop
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core
test