blob: 7b0234b7eff5c24162fbdce490d2637b90698f54 [file] [log] [blame]
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.supwisdom.institute</groupId>
<artifactId>sw-backend-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Supwisdom Backend Framework Parent</name>
<description>Supwisdom Backend Framework Parent project</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>common</module>
<module>thirdparty-agent</module>
<module>admin-sa</module>
<module>biz-sa</module>
<module>admin-bff</module>
<module>gateway</module>
</modules>
</project>