1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

21 lines
783 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">
<artifactId>cskefu-websocket</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<name>cskefu-websocket</name>
<url>https://www.cskefu.com/</url>
<parent>
<groupId>com.cskefu</groupId>
<artifactId>cskefu-backend</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>cskefu-websocket-domain</module>
<module>cskefu-websocket-service</module>
</modules>
</project>