<?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>cn.structured</groupId>
    <artifactId>structure-dependencies</artifactId>
    <version>1.2.2</version>
  </parent>
  <groupId>cn.structured</groupId>
  <artifactId>structure-basic-api</artifactId>
  <version>1.0.1</version>
  <url>https://projects.structured.cn/structure-basic</url>
  <inceptionYear>2021</inceptionYear>
  <organization>
    <name>structure</name>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>chuckLcq</id>
      <name>chuck</name>
      <email>15524415221@163.com</email>
    </developer>
    <developer>
      <id>lchqJava</id>
      <name>Chuanqiang Liu</name>
      <email>361648887@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/structure-projects/structure-basic.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:structure-projects/structure-basic.git</developerConnection>
    <url>https://github.com/structure-projects/structure-basic</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/structure-projects/structure-basic/issues</url>
  </issueManagement>
  <properties>
    <function.version>1.0.1</function.version>
    <revision>1.0.1</revision>
    <structure.version>1.2.1.RELEASE</structure.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-all</artifactId>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
    </dependency>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>fastjson</artifactId>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
    </dependency>
    <dependency>
      <groupId>cn.structured</groupId>
      <artifactId>structure-function-api</artifactId>
      <version>${function.version}</version>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
    </dependency>
  </dependencies>
</project>
