[*] mesh多人

This commit is contained in:
acgist
2022-12-03 14:02:11 +08:00
parent 18cc4e536d
commit 7f5ee58fbb
20 changed files with 197 additions and 218 deletions

10
pom.xml
View File

@@ -37,7 +37,6 @@
<modules>
<module>taoyao-boot</module>
<module>taoyao-live</module>
<module>taoyao-test</module>
<module>taoyao-media</module>
<module>taoyao-signal</module>
<module>taoyao-server</module>
@@ -113,11 +112,6 @@
<artifactId>taoyao-live</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-media</artifactId>
@@ -125,12 +119,12 @@
</dependency>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-signal</artifactId>
<artifactId>taoyao-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-server</artifactId>
<artifactId>taoyao-signal</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>