<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
    <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</artifactId>

    <dependencies>

        <dependency>
            <groupId>com.github.kamjin1996</groupId>
            <artifactId>toolkit-db-crypt-core</artifactId>
        </dependency>

          <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis</artifactId>
        </dependency>
    </dependencies>


</project>
