blob: 7b0234b7eff5c24162fbdce490d2637b90698f54 [file] [log] [blame]
刘洪青e071d362019-08-16 09:39:49 +08001<?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
刘洪青e071d362019-08-16 09:39:49 +08006 <groupId>com.supwisdom.institute</groupId>
7 <artifactId>sw-backend-parent</artifactId>
刘洪青ff545bc2019-10-11 10:08:47 +08008 <version>0.0.2-SNAPSHOT</version>
刘洪青e071d362019-08-16 09:39:49 +08009 <packaging>pom</packaging>
10
11 <name>Supwisdom Backend Framework Parent</name>
12 <description>Supwisdom Backend Framework Parent project</description>
13
刘洪青e071d362019-08-16 09:39:49 +080014 <properties>
刘洪青ffe2f412019-10-11 10:25:26 +080015 <maven.deploy.skip>true</maven.deploy.skip>
刘洪青e071d362019-08-16 09:39:49 +080016 </properties>
17
刘洪青ffe2f412019-10-11 10:25:26 +080018 <modules>
19 <module>common</module>
刘洪青e071d362019-08-16 09:39:49 +080020
刘洪青ffe2f412019-10-11 10:25:26 +080021 <module>thirdparty-agent</module>
刘洪青e071d362019-08-16 09:39:49 +080022
刘洪青ffe2f412019-10-11 10:25:26 +080023 <module>admin-sa</module>
24 <module>biz-sa</module>
刘洪青e071d362019-08-16 09:39:49 +080025
刘洪青ffe2f412019-10-11 10:25:26 +080026 <module>admin-bff</module>
刘洪青e071d362019-08-16 09:39:49 +080027
刘洪青ffe2f412019-10-11 10:25:26 +080028 <module>gateway</module>
29 </modules>
刘洪青e071d362019-08-16 09:39:49 +080030
刘洪青e071d362019-08-16 09:39:49 +080031
32</project>