<?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">
    <parent>
        <artifactId>iplatform-3</artifactId>
        <groupId>online.skyopen</groupId>
        <!--        <version>3.1.6</version>-->
        <version>3.2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>iplatform-jdbc-generator</artifactId>
    <name>iplatform-jdbc-generator</name>
    <packaging>jar</packaging>

    <properties>
    </properties>

    <dependencies>
<!--        <dependency>-->
<!--            <groupId>online.skyopen</groupId>-->
<!--            <artifactId>walker-jdbc</artifactId>-->
<!--            <scope>provided</scope>-->
<!--        </dependency>-->
        <dependency>
            <groupId>online.skyopen</groupId>
            <artifactId>walker-jdbc-generator</artifactId>
        </dependency>

        <!-- 查询数据库表元数据，依赖类库，2022/11/22 -->
<!--        <dependency>-->
<!--            <groupId>online.skyopen</groupId>-->
<!--            <artifactId>walker-db-meta</artifactId>-->
<!--        </dependency>-->

        <!-- 基础模块提供web界面管理接口，业务引入该包后即可提供接口服务。 2022/11/22 -->
<!--        <dependency>-->
<!--            <groupId>org.springframework.boot</groupId>-->
<!--            <artifactId>spring-boot-starter-web</artifactId>-->
<!--            <scope>provided</scope>-->
<!--        </dependency>-->
        <!-- 作为base模块的插件模块，提供代码生成接口，2022/11/22 -->
        <dependency>
            <groupId>online.skyopen</groupId>
            <artifactId>iplatform-base</artifactId>
            <scope>provided</scope>
        </dependency>

    </dependencies>

</project>
