<?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>cn-tenfell-cloud</artifactId>
        <groupId>cn.tenfell</groupId>
        <version>1.0.10</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <version>1.0.2</version>
    <artifactId>cn-tenfell-tools-admin</artifactId>
    <dependencies>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.12</version>
        </dependency>
        <dependency>
            <groupId>cn.tenfell</groupId>
            <artifactId>cn-tenfell-tools-autotable</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>cn.tenfell</groupId>
            <artifactId>cn-tenfell-tools-generator</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>cn.tenfell</groupId>
            <artifactId>cn-tenfell-tools-globaltransaction</artifactId>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>cn.tenfell</groupId>
            <artifactId>cn-tenfell-tools-jsutils</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>cn.tenfell</groupId>
            <artifactId>cn-tenfell-tools-nocontroller</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>3.1.0</version>
        </dependency>
        <dependency>
            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <version>2.4</version>
            <classifier>jdk15</classifier>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>