blob: ad0d479aee8f49b290dedfcd55adfc3dc87a1413 [file] [log] [blame]
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>4.0.0-RC3</version>
</parent>
<artifactId>transaction-example</artifactId>
<name>Example::transaction::root</name>
<packaging>pom</packaging>
<modules>
<module>transaction-2pc-xa-raw-jdbc-example</module>
<module>transaction-base-seata-raw-jdbc-example</module>
</modules>
</project>