<?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.tydic.cce</groupId>
        <artifactId>cce-sae</artifactId>
        <version>1.0.0-CLOUD-TEST-SNAPSHOT</version>
    </parent>

    <artifactId>sae-api</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.tydic.cce</groupId>
            <artifactId>dyc-rpc</artifactId>
        </dependency>
        <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.tydic.utils</groupId>
            <artifactId>utils-code-doc-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.tydic.cce</groupId>
            <artifactId>cce-base</artifactId>
            <version>1.0.5</version>
        </dependency>
    </dependencies>

</project>