<?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>tech.riemann</groupId>
        <artifactId>nif</artifactId>
        <version>4.0.7</version>
    </parent>

    <artifactId>nif-boot</artifactId>
    <name>天工之枢-Spring Boot</name>
    <packaging>pom</packaging>
    <modules>
        <module>nif-boot-plus</module>
        <module>nif-boot-flex</module>
    </modules>

    <properties>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
    </properties>

    <dependencies>
        <dependency>
            <groupId>tech.riemann</groupId>
            <artifactId>nif-support-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>tech.riemann</groupId>
            <artifactId>nif-support-openapi-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>tech.riemann</groupId>
            <artifactId>nif-support-nutz-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-4-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.mysql</groupId>
            <artifactId>mysql-connector-j</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>com.ibeetl</groupId>
            <artifactId>beetl</artifactId>
        </dependency>
    </dependencies>

</project>