<?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-envelope</artifactId>
  <version>8.3.2</version>
  <name>Bigworm Envelope</name>
  <description>Envelope 统一业务数据模型</description>
  <url>https://github.com/bigworm-cn/bigworm-udp/backend/packages/bigworm-envelope</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-envelope</connection>
    <developerConnection>scm:git:https://github.com/bigworm-cn/bigworm-udp.git/backend/packages/bigworm-envelope</developerConnection>
    <tag>v8.3.2</tag>
    <url>https://github.com/bigworm-cn/bigworm-udp/backend/packages/bigworm-envelope</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>3rdparty</id>
      <url>http://nexus.bigworm.com.cn:8082/repository/maven-3rdparty/</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.18.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.18.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.16</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.9.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.allatori</groupId>
      <artifactId>allatori-annotations</artifactId>
      <version>7.9</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
