<?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>cn.com.bigworm</groupId>
  <artifactId>bigworm-tools</artifactId>
  <version>8.3.2</version>
  <name>Bigworm Tools</name>
  <description>Bigworm Tools - 工具类</description>
  <url>https://github.com/bigworm-cn/bigworm-udp/backend/packages/bigworm-tools</url>
  <licenses>
    <license>
      <name>Bigworm Software License 1.1</name>
      <url>https://bigworm.com.cn/license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>BigWorm</name>
      <email>xunfeng@bigworm.com.cn</email>
      <organization>BigWorm</organization>
      <organizationUrl>https://www.bigworm.com.cn</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/bigworm-cn/bigworm-udp.git/backend/packages/bigworm-tools</connection>
    <developerConnection>scm:git:https://github.com/bigworm-cn/bigworm-udp.git/backend/packages/bigworm-tools</developerConnection>
    <tag>v8.3.2</tag>
    <url>https://github.com/bigworm-cn/bigworm-udp/backend/packages/bigworm-tools</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.5.8</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aop</artifactId>
      <version>3.5.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-log4j2</artifactId>
      <version>3.5.8</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.logging.log4j</groupId>
          <artifactId>log4j-to-slf4j</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>cn.com.bigworm</groupId>
      <artifactId>bigworm-envelope</artifactId>
      <version>8.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.42</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.9.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
