new-ruoyi-geek/ruoyi-geek-springboot3/ruoyi-models/ruoyi-ngtools/pom.xml
2025-11-15 21:07:57 +08:00

40 lines
1.3 KiB
XML

<?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.ruoyi.geekxd</groupId>
<artifactId>ruoyi</artifactId>
<version>3.9.0-G</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>ruoyi-ngtools</artifactId>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi.geekxd</groupId>
<artifactId>ruoyi-framework</artifactId>
</dependency>
<!-- 系统框架 -->
<dependency>
<groupId>com.ruoyi.geekxd</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi.geekxd</groupId>
<artifactId>ruoyi-auth-starter</artifactId>
</dependency>
</dependencies>
</project>