<?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>cn.structured</groupId>
    <artifactId>structure-org-dependencies</artifactId>
    <version>2.0.0</version>
    <relativePath>../structure-org-dependencies/pom.xml</relativePath>
  </parent>
  <groupId>cn.structured</groupId>
  <artifactId>structure-org-repository-mybatis</artifactId>
  <version>2.0.0</version>
  <name>structure-org-repository-mybatis</name>
  <description>组织服务MyBatis数据访问模块</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>cn.structured</groupId>
      <artifactId>structure-org-infra</artifactId>
    </dependency>
    <dependency>
      <groupId>cn.structured</groupId>
      <artifactId>structure-mybatis-plus-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>cn.structured</groupId>
      <artifactId>structure-infra-mybatis-plus-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>cn.structured</groupId>
      <artifactId>structure-datascope-mybatis-plus</artifactId>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
    </dependency>
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>mybatis-plus-spring-boot4-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>mybatis-plus-jsqlparser</artifactId>
    </dependency>
    <dependency>
      <groupId>com.mysql</groupId>
      <artifactId>mysql-connector-j</artifactId>
    </dependency>
    <dependency>
      <groupId>org.flywaydb</groupId>
      <artifactId>flyway-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.flywaydb</groupId>
      <artifactId>flyway-mysql</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-flyway</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
