<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.geoway.landteam.sms4j</groupId>
        <artifactId>sms4j</artifactId>
        <version>1.0.0-xa-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>com.geoway.landteam.sms4j</groupId>
    <artifactId>sms4j-sdk</artifactId>
    <name>sms4j-sdk</name>
    <description>sms4j-sdk</description>
    <properties>
        <skipTests>true</skipTests>
    </properties>
    
    <dependencies>


        <dependency>
            <groupId>com.geoway.landteam.sms4j</groupId>
            <artifactId>sms4j-sdk-hik</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>

    </dependencies>


</project>
