<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.mingyang66</groupId>
  <artifactId>emily-spring-boot-validation</artifactId>
  <version>6.1.0</version>
  <name>emily-spring-boot-validation</name>
  <description>Emily Spring Boot Validation</description>
  <url>https://github.com/mingyang66/spring-parent</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Emily</name>
      <email>mingyangsky@foxmail.com</email>
      <organization>个人基础设施项目建设</organization>
      <organizationUrl>https://github.com/mingyang66/spring-parent</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mingyang66/spring-parent.git</connection>
    <developerConnection>scm:git:ssh://github.com:mingyang66/spring-parent.git</developerConnection>
    <url>https://github.com/mingyang66/spring-parent</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/mingyang66/spring-parent/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-validation</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.19.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.10.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
