<?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>
  <parent>
    <groupId>icu.easyj</groupId>
    <artifactId>build</artifactId>
    <version>0.5.1</version>
  </parent>
  <groupId>icu.easyj.boot</groupId>
  <artifactId>spring-boot-project</artifactId>
  <version>0.5.1</version>
  <packaging>pom</packaging>
  <name>icu.easyj.boot :: spring-boot-project</name>
  <description>为了在spring-boot项目中，更方便的使用EasyJ的功能，
		此项目提供了EasyJ每个功能的starter，方便快速引用功能所需的依赖同时提供了自动装配类。
		同时，一些仅spring-boot项目才能用的功能，都在此仓库中开发和维护。</description>
  <modules>
    <module>boot-dependencies</module>
    <module>boot-bom</module>
    <module>boot-core</module>
    <module>boot-logging</module>
    <module>boot-environment-enhanced</module>
    <module>boot-autoconfigure</module>
    <module>boot-starters-parent</module>
    <module>boot-test</module>
  </modules>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>icu.easyj.boot</groupId>
        <artifactId>easyj-spring-boot-dependencies</artifactId>
        <version>0.5.1</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
