init
This commit is contained in:
parent
254bed7451
commit
853a2d80f2
|
@ -1,6 +1,6 @@
|
|||
[submodule "ecs"]
|
||||
path = ecs
|
||||
url = https://git.code.tencent.com/joylink-common/ecs.git
|
||||
[submodule "jl-rtss-simulation/ncc/ncc-message"]
|
||||
path = jl-rtss-simulation/ncc/ncc-message
|
||||
[submodule "jl-rtss-simulation/NCC/ncc-message"]
|
||||
path = jl-rtss-simulation/NCC/ncc-message
|
||||
url = https://git.code.tencent.com/lian-cbtc/NCC/ncc-message.git
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
<artifactId>ncc</artifactId>
|
||||
<artifactId>NCC</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!-- <groupId>club.joylink.rtss.simulation</groupId>-->
|
||||
<artifactId>ncc</artifactId>
|
||||
<artifactId>NCC</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<modules>
|
||||
<module>ISCS</module>
|
||||
<module>ncc</module>
|
||||
<module>ncc-message</module>
|
||||
<module>NCC</module>
|
||||
<module>simulation-message</module>
|
||||
</modules>
|
||||
<parent>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
|
|
Loading…
Reference in New Issue