<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.baomidou</groupId>
  <artifactId>mybatis-mate-annotation</artifactId>
  <version>1.3.6</version>
  <name>mybatis-mate-annotation</name>
  <description>mybatis mate</description>
  <url>http://baomidou.com</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>
          <name>jobob</name>
          <email>jobob@qq.com</email>
      </developer>
  </developers>
  <scm>
      <connection>scm:git:git@github.com:baomidou/mybatis-mate.git</connection>
      <developerConnection>scm:git:git@github.com:baomidou/mybatis-mate.git</developerConnection>
      <url>git@github.com:baomidou/mybatis-mate.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.30</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

