<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.github.kamjin1996</groupId>
        <artifactId>kamjin-toolkit</artifactId>
        <version>2.2.2.RELEASE</version>
    </parent>

    <packaging>jar</packaging>
    <artifactId>toolkit-db-crypt-mybatis-plus</artifactId>

    <dependencies>

        <dependency>
            <groupId>com.github.kamjin1996</groupId>
            <artifactId>toolkit-db-crypt-mybatis</artifactId>
        </dependency>

     <!--mybatis plus-->
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
        </dependency>
    </dependencies>
    
</project>