RuoYi-Cloud/ruoyi-common/pom.xml

29 lines
927 B
XML
Raw Normal View History

2021-09-18 03:09:47 +08:00
<?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">
<parent>
<groupId>cn.lynntech</groupId>
<artifactId>lynn</artifactId>
2021-09-21 00:24:14 +08:00
<version>1.0.0</version>
2021-09-18 03:09:47 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>ruoyi-common-log</module>
<module>ruoyi-common-core</module>
<module>ruoyi-common-redis</module>
<module>ruoyi-common-swagger</module>
<module>ruoyi-common-security</module>
<module>ruoyi-common-datascope</module>
<module>ruoyi-common-datasource</module>
</modules>
<artifactId>lynn-common</artifactId>
<packaging>pom</packaging>
<description>
2021-09-21 00:24:14 +08:00
lynn-common通用模块
2021-09-18 03:09:47 +08:00
</description>
</project>