symes-api/jy-common/pom.xml

38 lines
1.2 KiB
XML
Raw Normal View History

2026-07-21 11:47:06 +08:00
<?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>jy-parent</artifactId>
<groupId>com.songyue</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../jy-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jy-common</artifactId>
<packaging>pom</packaging>
<modules>
<module>jy-core</module>
<module>jy-generator</module>
<module>jy-starter</module>
</modules>
<dependencies>
<!--阿里 FastJson依赖-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<!--常用库依赖-->
<!--Hutool: https://hutool.cn/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
</dependencies>
</project>