<?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>qywx</artifactId>
        <groupId>cn.adbyte.wxwork</groupId>
        <version>4.4.1-springboot3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>qywx-spring-boot-starter</artifactId>

    <name>qywx-spring-boot-starter</name>
    <url>https://github.com/shuaidd</url>
    <description>企业微信api调用工具包starter</description>

    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>cn.adbyte.wxwork</groupId>
            <artifactId>qywx-spring-boot-autoconfigurator</artifactId>
        </dependency>
    </dependencies>

</project>
