<?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>tcbj-openapi-platform</artifactId>
        <groupId>com.dtyunxi.tcbj</groupId>
        <version>2.0.0-TCBJ-PROD-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>tcbj-openapi-qimen</artifactId>
    <packaging>pom</packaging>
    <version>2.0.0-TCBJ-PROD-SNAPSHOT</version>

    <properties>
        <reversion>2.0.0-TCBJ-PROD-SNAPSHOT</reversion>
        <connector-core-framework.version>3.17.2.0-SNAPSHOT</connector-core-framework.version>
        <log4j.version>2.16.0</log4j.version>
        <cube-starter-bundle.version>2.5.2-RC-SNAPSHOT</cube-starter-bundle.version>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.dtyunxi.yundt</groupId>
            <artifactId>connector-core-framework</artifactId>
            <version>${connector-core-framework.version}</version>
        </dependency>
    </dependencies>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.dtyunxi.yundt</groupId>
                <artifactId>connector-core-framework</artifactId>
                <version>${connector-core-framework.version}</version>
            </dependency>

            <dependency>
                <groupId>com.dtyunxi.huieryun</groupId>
                <artifactId>huieryun-logapi</artifactId>
                <type>jar</type>
            </dependency>


            <dependency>
                <groupId>com.dtyunxi.cube</groupId>
                <artifactId>cube-starter-bundle</artifactId>
                <version>${cube-starter-bundle.version}</version>
            </dependency>
            <dependency>
                <groupId>com.dtyunxi.tcbj</groupId>
                <artifactId>tcbj-openapi-api-common</artifactId>
                <version>${reversion}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>


    <modules>
        <module>tcbj-openapi-qimen-impl</module>
        <module>tcbj-openapi-qimen-starter</module>
    </modules>


</project>