刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 6 | <groupId>com.supwisdom.institute</groupId> |
| 7 | <artifactId>sw-backend-parent</artifactId> |
刘洪青 | ff545bc | 2019-10-11 10:08:47 +0800 | [diff] [blame] | 8 | <version>0.0.2-SNAPSHOT</version> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 9 | <packaging>pom</packaging> |
| 10 | |
| 11 | <name>Supwisdom Backend Framework Parent</name> |
| 12 | <description>Supwisdom Backend Framework Parent project</description> |
| 13 | |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 14 | <properties> |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 15 | <maven.deploy.skip>true</maven.deploy.skip> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 16 | </properties> |
| 17 | |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 18 | <modules> |
| 19 | <module>common</module> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 20 | |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 21 | <module>thirdparty-agent</module> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 22 | |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 23 | <module>admin-sa</module> |
| 24 | <module>biz-sa</module> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 25 | |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 26 | <module>admin-bff</module> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 27 | |
刘洪青 | ffe2f41 | 2019-10-11 10:25:26 +0800 | [diff] [blame^] | 28 | <module>gateway</module> |
| 29 | </modules> |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 30 | |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 31 | |
| 32 | </project> |