<?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>cyberway-sip-tpm-promotion-guideline</artifactId>
        <groupId>com.cyberway.sip</groupId>
        <version>tcbj-1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>tpm-guideline-api</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.cyberway.sip</groupId>
            <artifactId>common-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.cyberway.sip</groupId>
            <artifactId>common-datasource</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.cyberway.sip</groupId>
            <artifactId>common-excel</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
        <dependency>
            <groupId>com.cyberway.sip</groupId>
            <artifactId>common-web</artifactId>
        </dependency>
        <dependency>
            <groupId>com.cyberway.sip</groupId>
            <artifactId>tpm-activity-api</artifactId>
            <version>tcbj-1.0.0-SNAPSHOT</version>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
    </dependencies>

</project>