<?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>icu.mhb</groupId>
    <artifactId>mybatis-plus-join-parent</artifactId>
    <version>2.1.0</version>
  </parent>
  <groupId>icu.mhb</groupId>
  <artifactId>mybatis-plus-join-core</artifactId>
  <version>2.1.0</version>
  <name>mybatis-plus-join-core</name>
  <description>A multi-table plugin for Mybatis Plus.</description>
  <url>https://github.com/bobo667/mybatis-plus-join</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mhb</id>
      <name>mahuibo</name>
      <email>mhb0409@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/bobo667/mybatis-plus-join.git</connection>
    <url>https://github.com/bobo667/mybatis-plus-join</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.source>8</maven.compiler.source>
    <maven.compiler.target>8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>mybatis-plus-boot-starter</artifactId>
      <version>${mp.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>mybatis-plus-extension</artifactId>
      <version>${mp.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>icu.mhb</groupId>
      <artifactId>mybatis-plus-join-annotation</artifactId>
      <version>${revision}</version>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>${lombok.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>icu.mhb</groupId>
      <artifactId>mybatis-plus-join-util</artifactId>
      <version>${revision}</version>
    </dependency>
  </dependencies>
</project>
