cl
2024-01-16 cf6bff3922bbd0624b98834f6ea85c8e619e564f
提交 | 用户 | 时间
71e81e 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>cn.stylefeng</groupId>
9         <artifactId>guns-vip</artifactId>
10         <version>1.0.0</version>
11         <relativePath>../pom.xml</relativePath>
12     </parent>
13
14     <artifactId>guns-base-support</artifactId>
15
16     <packaging>pom</packaging>
17
18     <modules>
19         <module>guns-base</module>
20         <module>guns-base-auth</module>
21         <module>guns-base-timers</module>
22         <module>guns-sys</module>
23         <module>guns-tenant</module>
24         <module>guns-workflow</module>
25         <module>guns-i18n</module>
26         <module>guns-excel</module>
27         <module>guns-generator</module>
28         <module>guns-dbctn</module>
29         <module>guns-oauth2</module>
30     </modules>
31
32 </project>