dawdler-distributed-transaction-compensator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-distributed-transaction-compensator</artifactId> <version>0.1.1-jdk21-RELEASES</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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>club.dawdler</groupId> <artifactId>dawdler-distributed-transaction</artifactId> <version>0.1.1-jdk21-RELEASES</version> </parent> <artifactId>dawdler-distributed-transaction-compensator</artifactId> <name>dawdler-distributed-transaction-compensator</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-distributed-transaction-core</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-rabbitmq-core</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-jedis-core</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-client</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-remote-service-core</artifactId> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>