<?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.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>0.2.2</version>
  </parent>
  <groupId>icu.easyj.boot</groupId>
  <artifactId>boot-starters-parent</artifactId>
  <version>0.2.2</version>
  <packaging>pom</packaging>
  <name>${project.groupId} :: ${project.artifactId}</name>
  <description>EasyJ各功能的starter</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <modules>
    <module>spring-boot-starter</module>
    <module>spring-boot-starter-web</module>
    <module>middleware/spring-boot-starter-dwz-server</module>
    <module>poi-excel/spring-boot-starter-poi-excel</module>
    <module>poi-excel/spring-boot-starter-poi-excel-afterturn</module>
    <module>sdk/spring-boot-starter-sdk-dwz-easyj-middleware</module>
    <module>sdk/spring-boot-starter-sdk-dwz-baidu</module>
    <module>sdk/spring-boot-starter-sdk-dwz-s3</module>
    <module>sdk/spring-boot-starter-sdk-ocr-tencent</module>
  </modules>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Spring-Boot-Jar-Type>dependencies-starter</Spring-Boot-Jar-Type>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
