<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>zycm-umc</artifactId>
        <groupId>com.tydic.zycm</groupId>
        <version>3.2.0-CLOUD-DEV-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>umc-function-domain</artifactId>

    <dependencies>

<!--        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>dyc-base</artifactId>
        </dependency>-->
        <dependency>
            <groupId>com.tydic.utils</groupId>
            <artifactId>utils-code-doc-api</artifactId>
        </dependency>
        <!--流程中心-->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-osworkflow-rpc-api</artifactId>
            <version>${workflow.version}</version>
        </dependency>
        <!-- 审批接口包 -->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-approve-rpc-api</artifactId>
            <version>${workflow.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>umc-center-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>cfc-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>authority-center-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>supplier-center-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>contract-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>contract-center</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>ppc-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>umc-function-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>supplier-center-infrastructure</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>umc-center-domain</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>supplier-center-domain</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>cfc-encoded-plugin</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm.plugin</groupId>
            <artifactId>saas-security-plugin</artifactId>
            <version>3.2.0-CLOUD-DEV-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>contract-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.deepoove</groupId>
            <artifactId>poi-tl</artifactId>
            <version>1.7.3</version>
        </dependency>
        <dependency>
            <groupId>com.pcbsys</groupId>
            <artifactId>zycm-mdm</artifactId>
            <version>1.0.0</version>
        </dependency>


        <!--<dependency>-->
            <!--<groupId>com.tydic.dyc</groupId>-->
            <!--<artifactId>order-center-api</artifactId>-->
        <!--</dependency>-->
        <!--<dependency>-->
            <!--<groupId>com.tydic.dyc</groupId>-->
            <!--<artifactId>fsc-pay-api</artifactId>-->
        <!--</dependency>-->
        <!--<dependency>-->
            <!--<groupId>com.tydic.dyc</groupId>-->
            <!--<artifactId>mmc-api</artifactId>-->
        <!--</dependency>-->
        <!--<dependency>-->
            <!--<groupId>com.tydic.dyc</groupId>-->
            <!--<artifactId>agr-center-api</artifactId>-->
        <!--</dependency>-->

    </dependencies>

</project>