34 lines
956 B
XML
Raw Permalink Normal View History

2025-06-02 21:30:55 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>boyue-plugins</artifactId>
<groupId>com.boyue</groupId>
<version>3.8.9-G</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boyue-atomikos</artifactId>
<description>
boyue-atomikos
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-common</artifactId>
</dependency>
<!-- atomikos分布式事务 -->
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-spring-boot3-starter</artifactId>
</dependency>
</dependencies>
</project>