<?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>com.hccake</groupId>
    <artifactId>ballcat</artifactId>
    <version>1.0.1</version>
  </parent>
  <groupId>com.hccake</groupId>
  <artifactId>ballcat-starters</artifactId>
  <version>1.0.1</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <modules>
    <module>ballcat-spring-boot-starter-datascope</module>
    <module>ballcat-spring-boot-starter-dingtalk</module>
    <module>ballcat-spring-boot-starter-easyexcel</module>
    <module>ballcat-spring-boot-starter-file</module>
    <module>ballcat-spring-boot-starter-i18n</module>
    <module>ballcat-spring-boot-starter-idempotent</module>
    <module>ballcat-spring-boot-starter-ip2region</module>
    <module>ballcat-spring-boot-starter-job</module>
    <module>ballcat-spring-boot-starter-kafka</module>
    <module>ballcat-spring-boot-starter-log</module>
    <module>ballcat-spring-boot-starter-mail</module>
    <module>ballcat-spring-boot-starter-oss</module>
    <module>ballcat-spring-boot-starter-pay</module>
    <module>ballcat-spring-boot-starter-redis</module>
    <module>ballcat-spring-boot-starter-sms</module>
    <module>ballcat-spring-boot-starter-swagger</module>
    <module>ballcat-spring-boot-starter-web</module>
    <module>ballcat-spring-boot-starter-websocket</module>
    <module>ballcat-spring-boot-starter-xss</module>
  </modules>
</project>
