<?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>toolkit-sms</artifactId>
        <groupId>com.siashan</groupId>
        <version>1.1.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>toolkit-sms-jdcloud</artifactId>
    <packaging>pom</packaging>
    <description>京东云短信</description>

    <modules>
        <module>toolkit-sms-jdcloud-core</module>
        <module>toolkit-sms-jdcloud-spring-boot-starter</module>
    </modules>

    <dependencies>
        <dependency>
            <groupId>com.siashan</groupId>
            <artifactId>toolkit-sms-common</artifactId>
        </dependency>
    </dependencies>


</project>