<?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-vip</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-biz</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>sal-tel-add-friend</artifactId>
            <version>${project.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>com.kuaike.scrm</groupId>
                    <artifactId>sal-system</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.kuaike.scrm</groupId>
                    <artifactId>common-service</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.kuaike.scrm</groupId>
                    <artifactId>sal-wework</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.kuaike.scrm</groupId>
                    <artifactId>sal-qy-remind</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.springframework.data</groupId>
                    <artifactId>spring-data-redis</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>cn.kinyun.link</groupId>
            <artifactId>link-interface</artifactId>
        </dependency>
    </dependencies>
</project>