<?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>cn.kinyun.trade</groupId>
        <artifactId>sal</artifactId>
        <version>1.6.0-GEMU-SNAPSHOT</version>
    </parent>

    <artifactId>sal-order</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-common</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-product</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-course</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-discount</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.crm</groupId>
            <artifactId>crm-interface</artifactId>
            <version>2.15.0-GEMU-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>cn.kinyun</groupId>
            <artifactId>pay-interface</artifactId>
            <version>1.4.0-GEMU-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-teaching</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>sal-finance</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.customer</groupId>
            <artifactId>customer-interface</artifactId>
            <version>1.3.0.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>cn.kinyun.trade</groupId>
            <artifactId>trade-interface</artifactId>
            <version>1.6.0-GEMU-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.kuaike.scrm</groupId>
            <artifactId>common-service</artifactId>
            <version>4.2.0.GEMU-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <groupId>cn.kinyun.wework</groupId>
                    <artifactId>wework-sdk-entity</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

</project>