<?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.crc.cgsc</groupId>
        <artifactId>dyc-fsc</artifactId>
        <version>2.1.1-CLOUD-DEV-SNAPSHOT</version>
    </parent>

    <artifactId>fsc-busi-base</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-common</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>com.google.code.google-collections</groupId>
                    <artifactId>google-collect</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-cache</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate.validator</groupId>
            <artifactId>hibernate-validator</artifactId>
        </dependency>
        <dependency>
            <groupId>com.itextpdf</groupId>
            <artifactId>itextpdf</artifactId>
        </dependency>
        <dependency>
            <groupId>com.itextpdf</groupId>
            <artifactId>itext-asian</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>
        <!--Spring-->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jstl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <!--Http-->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-base-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-annotations</artifactId>
        </dependency>
        <!--es-->
        <dependency>
            <groupId>org.elasticsearch</groupId>
            <artifactId>elasticsearch</artifactId>
        </dependency>
        <dependency>
            <groupId>org.elasticsearch.client</groupId>
            <artifactId>elasticsearch-rest-high-level-client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.elasticsearch.client</groupId>
            <artifactId>elasticsearch-rest-client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.elasticsearch.client</groupId>
            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
        </dependency>

        <!--log-->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-slf4j-impl</artifactId>
        </dependency>
        <!--pageheiler-->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-mq-client</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>commons-configuration</artifactId>
                    <groupId>commons-configuration</groupId>
                </exclusion>
            </exclusions>
        </dependency>

        <!--插件依赖-->
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>

        <!--DB-->
        <dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>spring-boot-starter-logging</artifactId>
                    <groupId>org.springframework.boot</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-core</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>druid</artifactId>
                    <groupId>com.alibaba</groupId>
                </exclusion>
            </exclusions>
        </dependency>


        <dependency>
            <groupId>commons-pool</groupId>
            <artifactId>commons-pool</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>pay-api</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>Generate_Confluence_Document</artifactId>
                    <groupId>com.tydic.utils</groupId>
                </exclusion>
                <exclusion>
                    <groupId>cn.hutool</groupId>
                    <artifactId>hutool-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.4.3</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>pay-center</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>pay-sdk</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>cn.hutool</groupId>
                    <artifactId>hutool-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
<!--        <dependency>-->
<!--            <groupId>com.tydic.ulc</groupId>-->
<!--            <artifactId>ulc-api</artifactId>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>com.crc.cgsc</groupId>-->
<!--            <artifactId>active-api</artifactId>-->
<!--        </dependency>-->
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>fsc-base</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.uac</groupId>
            <artifactId>uac-center</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>authority-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>contract-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>umc-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>cfc-encoded-plugin</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>ucc-common-api</artifactId>
        </dependency>
        <!-- 新订单中心 -->
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>order-center-api</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>cn.hutool</groupId>
                    <artifactId>hutool-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>order-center-api-extension</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>dyc-rpc</artifactId>
                    <groupId>com.tydic.dyc</groupId>
                </exclusion>
            </exclusions>
        </dependency>

        <!-- 审批接口包 -->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-approve-rpc-api</artifactId>
            <version>4.0.0-crc-CLOUD-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <artifactId>dyc-rpc</artifactId>
                    <groupId>com.tydic.dyc</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <!--流程中心-->
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-osworkflow-rpc-api</artifactId>
        </dependency>
<!--        &lt;!&ndash; 审批接口包 &ndash;&gt;
        <dependency>
            <groupId>com.tydic.osworkflow</groupId>
            <artifactId>tydic-approve-rpc-api</artifactId>
        </dependency>-->


        <!--京东sdk-->
        <dependency>
            <groupId>com.jd.sdk</groupId>
            <artifactId>jdexpress</artifactId>
        </dependency>
        <!--平安银行工具包-->
        <dependency>
            <groupId>com.crc.cgsc</groupId>
            <artifactId>signutil</artifactId>
            <version>1.0</version>
        </dependency>


    </dependencies>

</project>