<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2020-2022 the original author or authors.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~    http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<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>io.mybatis</groupId>
  <artifactId>mapper-bom</artifactId>
  <version>2.1.0</version>
  <packaging>pom</packaging>
  <name>mapper-bom</name>
  <description>MyBatis Mapper (Bill of Materials) | 依赖版本管理</description>
  <url>https://mybatis.io/mapper-bom</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/mybatis-mapper/mapper/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>abel533</name>
      <email>abel533@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mybatis-mapper/mapper.git/mapper-bom</connection>
    <developerConnection>scm:git:git@github.com:mybatis-mapper/mapper.git/mapper-bom</developerConnection>
    <url>git@github.com:mybatis-mapper/mapper.git/mapper-bom</url>
  </scm>
  <properties>
    <junit.version>4.13</junit.version>
    <mybatis.version>3.5.11</mybatis.version>
    <mybatis-spring.version>2.1.0</mybatis-spring.version>
    <springframework.version>5.3.24</springframework.version>
    <maven.compiler.target>8</maven.compiler.target>
    <hsqldb.version>2.5.2</hsqldb.version>
    <h2.version>2.1.214</h2.version>
    <springboot.version>2.7.7</springboot.version>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <provider.version>2.2.0</provider.version>
    <mybatis-spring-boot.version>2.3.0</mybatis-spring-boot.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <revision>2.1.0</revision>
    <logback.version>1.2.11</logback.version>
    <argLine>-Dfile.encoding=UTF-8</argLine>
    <maven.compiler.source>8</maven.compiler.source>
  </properties>
  <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>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>maven-snapshots</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
</project>
