<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.febit.boot</groupId>
  <artifactId>febit-boot-bom</artifactId>
  <version>3.4.2</version>
  <packaging>pom</packaging>
  <name>febit-boot-parent</name>
  <description>Febit Boot</description>
  <url>https://github.com/febit/febit-boot</url>
  <organization>
    <name>Febit</name>
    <url>https://github.com/febit</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/febit/febit-boot/blob/main/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>zqq</id>
      <name>Zhu Qingqing</name>
      <email>zqq@febit.org</email>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/febit/febit-boot.git</connection>
    <developerConnection>scm:git:https://github.com/febit/febit-boot.git</developerConnection>
    <url>https://github.com/febit/febit-boot</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/febit/febit-boot/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-dependencies</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-feign-common</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-feign-gradle</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-flyway</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-jooq-gradle</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-jooq-maven-plugin</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-jooq-meta</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-devkit-jooq-runtime</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-feign</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-feign-test</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-starter-feign</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-starter-jooq</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-starter-jwt</artifactId>
        <version>3.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.febit.boot</groupId>
        <artifactId>febit-boot-starter-webmvc</artifactId>
        <version>3.4.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
