<?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>cat-boot</artifactId>
        <groupId>cn.xhteam</groupId>
        <version>2.0.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>cat-boot-core</artifactId>
    <name>cat-boot-core</name>
    <description>It is very convenient for the development of individual microservices, beneficial for the development
        of web service containers, API interfaces, and zero configuration.
    </description>
    <url>https://gitee.com/icats/cat-boot</url>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    </properties>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>actable</distribution>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>icat</id>
            <name>icat</name>
            <email>lixl@xhteam.cn</email>
            <roles>
                <role>Project Manager</role>
                <role>Architect</role>
            </roles>
            <timezone>+8</timezone>
        </developer>
        <developer>
            <id>masker</id>
            <name>masker</name>
            <email>masker@xhteam.cn</email>
            <roles>
                <role>Project Manager</role>
                <role>Architect</role>
            </roles>
            <timezone>+8</timezone>
        </developer>
    </developers>
    <scm>
        <connection>https://gitee.com/icats/cat-boot.git</connection>
        <developerConnection>scm:git:ssh://git@gitee.com:icats/cat-boot.git</developerConnection>
        <url>https://gitee.com/icats/cat-boot</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>2.0</version>
        </dependency>
    </dependencies>
</project>