<?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>sog-base</artifactId>
        <groupId>io.github.aijavaer</groupId>
        <version>2.2.13</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>sog-apollo-client</artifactId>
    <description>Apollo Client 自定义实现</description>


    <dependencies>

        <!--内部依赖-->
        <dependency>
            <groupId>io.github.aijavaer</groupId>
            <artifactId>sog-commons</artifactId>
        </dependency>

        <!--apollo-client-->
        <dependency>
            <groupId>com.ctrip.framework.apollo</groupId>
            <artifactId>apollo-client</artifactId>
        </dependency>

    </dependencies>

</project>