<?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>com.flyqiu.form</groupId>
        <artifactId>flyqiu-form</artifactId>
        <version>0.1.2.2</version>
    </parent>

    <artifactId>flyqiu-form-api</artifactId>
    <properties>

    </properties>
    <dependencies>
        <dependency>
            <groupId>com.flyqiu.form</groupId>
            <artifactId>flyqiu-form-model</artifactId>
            <version>${project.parent.version}</version>
        </dependency>
        <dependency>
            <groupId>com.flyqiu.form</groupId>
            <artifactId>flyqiu-form-common</artifactId>
            <version>${project.parent.version}</version>
        </dependency>

        <dependency>
            <groupId>com.flyqiu.common</groupId>
            <artifactId>flyqiu-common-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.flyqiu.common</groupId>
            <artifactId>flyqiu-common-mybaits-plus</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-extension</artifactId>

        </dependency>
        <dependency>
            <groupId>com.alibaba.fastjson2</groupId>
            <artifactId>fastjson2</artifactId>

        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>

        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <dependency>
            <groupId>io.swagger.core.v3</groupId>
            <artifactId>swagger-annotations</artifactId>
            <scope>compile</scope>
        </dependency>

    </dependencies>

</project>