添加对 ncc,message 的依赖

This commit is contained in:
tiger_zhou 2023-02-27 11:21:53 +08:00
parent 05fa2609b7
commit 1ce9312497
4 changed files with 26 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "ecs"]
path = ecs
url = https://git.code.tencent.com/joylink-common/ecs.git
[submodule "jl-rtss-simulation/ncc-message"]
path = jl-rtss-simulation/ncc-message
url = https://git.code.tencent.com/lian-cbtc/NCC/ncc-message.git

@ -0,0 +1 @@
Subproject commit 755f310e3d1bc909a47c2c7d7aaf5a04cc0a89e0

View File

@ -0,0 +1,20 @@
<?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>simulation</artifactId>
<groupId>club.joylink.rtss</groupId>
<version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>club.joylink.rtss.simulation</groupId>
<artifactId>ncc</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>

View File

@ -4,7 +4,8 @@
<modelVersion>4.0.0</modelVersion>
<modules>
<module>ISCS</module>
</modules>
<module>ncc</module>
</modules>
<parent>
<groupId>club.joylink.rtss</groupId>
<artifactId>rtss-server</artifactId>