<?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>
        <groupId>com.tydic.umc</groupId>
        <artifactId>cnnc-umc-ext</artifactId>
        <version>2.1.0-CLOUD-TEST-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>cnnc-umc-ext-center</artifactId>
    <packaging>jar</packaging>
    <description>中心服务接口</description>

    <dependencies>
        <dependency>
            <groupId>com.tydic.uac</groupId>
            <artifactId>uac-center</artifactId>
            <version>2.1.3-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <groupId>com.ohaotian.plugin</groupId>
                    <artifactId>plugin-config-loader</artifactId>
                </exclusion>
                <exclusion>
                    <artifactId>authority-api-web</artifactId>
                    <groupId>com.ohaotian.authorization</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.tydic.umc</groupId>
            <artifactId>cnnc-umc-ext-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-base-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian</groupId>
            <artifactId>lombok</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.ohaotian.plugin</groupId>
            <artifactId>plugin-cache</artifactId>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>com.tydic.umc</groupId>-->
            <!--<artifactId>cnnc-umc-external-api</artifactId>-->
        <!--</dependency>-->
        <dependency>
            <groupId>com.taobao.auto</groupId>
            <artifactId>taobao-sdk-java-auto</artifactId>
            <version>1.1</version>
        </dependency>

        <!--审批 -->
        <!--订单中心-->
        <dependency>
            <groupId>com.tydic.order</groupId>
            <artifactId>cnnc-uoc-ext-api</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>pay-sdk</artifactId>
                    <groupId>com.tydic.payment</groupId>
                </exclusion>
            </exclusions>
        </dependency>


        <!--商品中心-->
        <dependency>
            <groupId>com.tydic.uccext</groupId>
            <artifactId>cnnc-ucc-ext-api</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>uac-api</artifactId>
                    <groupId>com.tydic.uac</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>hutool-all</artifactId>
                    <groupId>cn.hutool</groupId>
                </exclusion>
            </exclusions>
        </dependency>

        <!--活动中心-->
        <dependency>
            <groupId>com.tydic.active</groupId>
            <artifactId>cnnc-active-extend-api</artifactId>
        </dependency>

        <!--结算中心-->
        <dependency>
            <groupId>com.tydic.pfscext</groupId>
            <artifactId>cnnc-fsc-ext-api</artifactId>
        </dependency>
        <!-- 协议中心-->
        <dependency>
            <groupId>com.tydic.agreement</groupId>
            <artifactId>cnnc-agreement-extend-api</artifactId>
        </dependency>

        <!--支付中心-->
        <dependency>
            <groupId>com.tydic.payment</groupId>
            <artifactId>pay-sdk</artifactId>
            <version>2.1.1</version>
        </dependency>

        <!--插件依赖-->
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-common</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>spring-cloud-openfeign-core</artifactId>
                    <groupId>org.springframework.cloud</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-cloud-starter</artifactId>
                    <groupId>org.springframework.cloud</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <!--插件依赖-->

        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-file</artifactId>
            <version>${plugin.version}</version>
        </dependency>

        <!--SpringCloud-->
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>spring-boot</artifactId>
                    <groupId>org.springframework.boot</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-web</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-aop</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-boot-autoconfigure</artifactId>
                    <groupId>org.springframework.boot</groupId>
                </exclusion>
            </exclusions>
        </dependency>

        <!-- plugins -->
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-mq-client</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
            <version>${spring.version}</version>
        </dependency>

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>${servlet-api.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
            <version>1.8.9</version>
        </dependency>

        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>

        <dependency>
            <groupId>com.aliyun.openservices</groupId>
            <artifactId>ons-client</artifactId>
            <version>1.7.5.Final</version>
        </dependency>

        <!-- 读取页面传的文件 -->
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.6</version>
        </dependency>

        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-test</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>net.coobird</groupId>
            <artifactId>thumbnailator</artifactId>
            <version>0.4.8</version>
        </dependency>
        <dependency>
            <groupId>com.auth0</groupId>
            <artifactId>java-jwt</artifactId>
            <version>3.10.3</version>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.6.2</version>
        </dependency>
    </dependencies>

</project>