m2pool_web_backend/m2pool-modules/pom.xml

30 lines
857 B
XML
Raw Permalink Normal View History

<?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">
<parent>
<artifactId>m2pool</artifactId>
<groupId>com.m2pool</groupId>
<version>3.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>m2pool-modules</artifactId>
<packaging>pom</packaging>
<description>
m2pool-modules业务模块
</description>
<modules>
<module>m2pool-system</module>
<module>m2pool-pool</module>
<module>m2pool-file</module>
<module>m2pool-oapi</module>
<module>m2pool-chat</module>
<module>m2pool-manage</module>
</modules>
</project>