Files
supersonic/headless/pom.xml
2024-06-15 20:41:54 +08:00

23 lines
692 B
XML

<?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>supersonic</artifactId>
<groupId>com.tencent.supersonic</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>headless</artifactId>
<packaging>pom</packaging>
<modules>
<module>api</module>
<module>server</module>
<module>core</module>
<module>chat</module>
</modules>
</project>