<?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>io.mybatis</groupId>
    <artifactId>mybatis-parent</artifactId>
    <version>2.0.0</version>
  </parent>
  <groupId>io.mybatis</groupId>
  <artifactId>mapper-bom</artifactId>
  <version>2.0.0</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <description>MyBatis Mapper (Bill of Materials) | 依赖版本管理</description>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/mybatis-mapper/mapper/blob/master/LICENSE</url>
    </license>
  </licenses>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-provider</artifactId>
        <version>${provider.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-common</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-mapper</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-service</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-activerecord</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-generator</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.mybatis</groupId>
        <artifactId>mybatis-jpa</artifactId>
        <version>${project.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
