seata
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.weicoder</groupId> <artifactId>seata</artifactId> <version>3.5.5</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.weicoder</groupId> <artifactId>weicoder</artifactId> <version>3.5.5</version> </parent> <artifactId>seata</artifactId> <dependencies> <dependency> <groupId>com.weicoder</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>com.weicoder</groupId> <artifactId>dao</artifactId> </dependency> <dependency> <groupId>io.seata</groupId> <artifactId>seata-tm</artifactId> </dependency> <dependency> <groupId>io.seata</groupId> <artifactId>seata-rm-datasource</artifactId> </dependency> <dependency> <groupId>io.seata</groupId> <artifactId>seata-serializer-seata</artifactId> </dependency> <dependency> <groupId>io.seata</groupId> <artifactId>seata-sqlparser-druid</artifactId> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> </dependency> </dependencies> </project>