<?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>hussar-hotloaded-framework-extension</artifactId>
        <groupId>com.jxdinfo.hussar.support.hotloaded</groupId>
        <version>9.6.0-beta.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hussar-hotloaded-extension-transaction</artifactId>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.hotloaded</groupId>
            <artifactId>hussar-hotloaded-framework</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.hotloaded</groupId>
            <artifactId>hussar-hotloaded-extension-mybatis</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.transaction</groupId>
            <artifactId>hussar-transaction-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.seata</groupId>
            <artifactId>seata-spring-boot-starter-1.5.1</artifactId>
        </dependency>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>config</artifactId>
        </dependency>
    </dependencies>
</project>
