<?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>zycm-umc</artifactId>
        <groupId>com.tydic.zycm</groupId>
        <version>3.2.0-CLOUD-DEV-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>contract-center</artifactId>

    <repositories>

        <repository>
            <id>aspose-maven-repository</id>
            <url>http://artifact.aspose.com/repo/</url>
        </repository>

    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.luhuiguo</groupId>
            <artifactId>aspose-words</artifactId>
            <version>23.1</version>
        </dependency>



        <dependency>
            <groupId>com.alibaba.edas</groupId>
            <artifactId>edas-sdk</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>contract-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>
<!--        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
        </dependency>-->
        <!--项目依赖结束-->
        <!--        <dependency>-->
        <!--            <groupId>com.tydic.uac</groupId>-->
        <!--            <artifactId>uac-center</artifactId>-->
        <!--            <exclusions>-->
        <!--                <exclusion>-->
        <!--                    <groupId>com.ohaotian.plugin</groupId>-->
        <!--                    <artifactId>plugin-mq-client</artifactId>-->
        <!--                </exclusion>-->
        <!--            </exclusions>-->
        <!--        </dependency>-->
        <!-- 审批接口包 -->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-approve-rpc-api</artifactId>
            <version>${workflow.version}</version>
        </dependency>
        <!-- 流程中心接口包 -->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-osworkflow-rpc-api</artifactId>
            <version>${workflow.version}</version>
        </dependency>

        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-mq-client</artifactId>
        </dependency>

        <!--插件依赖-->
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-base-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-common</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-file</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>cfc-encoded-plugin</artifactId>
            <version>${project.version}</version>
        </dependency>
        <!--插件依赖-->

        <!--Redis-->
        <dependency>
            <groupId>redis.clients</groupId>
            <artifactId>jedis</artifactId>
        </dependency>
        <dependency>
            <groupId>io.protostuff</groupId>
            <artifactId>protostuff-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.protostuff</groupId>
            <artifactId>protostuff-runtime</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>

        <!--法大大-->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpmime</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcpkix-jdk15on</artifactId>
            <version>1.70</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk15on</artifactId>
            <version>1.70</version>
        </dependency>
        <!--fdd-jar包-->
        <dependency>
            <groupId>fadada</groupId>
            <artifactId>fadada</artifactId>
        </dependency>
        <dependency>
            <groupId>fakepath</groupId>
            <artifactId>apache-mime4j</artifactId>
        </dependency>
        <!--新权限 待办用-->
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>authority-center-api</artifactId>
            <version>${project.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>supplier-center-domain</artifactId>
            <version>3.2.0-CLOUD-DEV-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.pdfbox</groupId>
            <artifactId>pdfbox</artifactId>
            <version>2.0.29</version>  <!-- 请使用最新版本 -->
        </dependency>
        <dependency>
            <groupId>com.deepoove</groupId>
            <artifactId>poi-tl</artifactId>
            <version>1.7.3</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.zycm</groupId>
            <artifactId>ppc-center</artifactId>
            <version>3.2.0-CLOUD-DEV-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>