Commit e70b288a authored by cherrylzhao's avatar cherrylzhao
Browse files

simplify transaction-example module.

parent 82ad932d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
    <packaging>pom</packaging>

    <modules>
        <module>transaction-2pc-xa-example</module>
        <module>transaction-base-seata-example</module>
        <module>transaction-2pc-xa-raw-jdbc-example</module>
        <module>transaction-base-seata-raw-jdbc-example</module>
    </modules>

</project>
+0 −17
Original line number Diff line number Diff line
<?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>transaction-example</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <artifactId>transaction-2pc-xa-example</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>transaction-xa-raw-jdbc-example</module>
    </modules>
</project>
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>transaction-2pc-xa-example</artifactId>
        <artifactId>transaction-example</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <artifactId>transaction-xa-raw-jdbc-example</artifactId>
    <artifactId>transaction-2pc-xa-raw-jdbc-example</artifactId>

    <dependencies>
        <dependency>
+0 −0

File moved.

+0 −0

File moved.

Loading