<?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>sal</artifactId>
        <groupId>com.kuaike.scrm</groupId>
        <version>4.2.0.GEMU-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>sal-wework</artifactId>

    <dependencies>

        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>sal-wework-accesstoken</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>sal-follow</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>scrm-interface</artifactId>
            <version>${project.version}</version>
        </dependency>

<!--        &lt;!&ndash;处理2007 excel&ndash;&gt;-->
<!--        <dependency>-->
<!--            <groupId>org.apache.poi</groupId>-->
<!--            <artifactId>poi-ooxml</artifactId>-->
<!--            <version>3.16</version>-->
<!--        </dependency>-->

        <dependency>
            <groupId>cn.kinyun.ad</groupId>
            <artifactId>ad-interface</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>com.kuaike.scrm</groupId>
                    <artifactId>common-login</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>sal-payConfig</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>trade-interface</artifactId>
        </dependency>

    </dependencies>

</project>
