Merge remote-tracking branch 'origin/test-module' into test-module
This commit is contained in:
commit
04db1a64f3
|
@ -1 +0,0 @@
|
|||
Subproject commit 4ea060f237cf028dfa934caea3fb29934358ec78
|
|
@ -1,26 +0,0 @@
|
|||
<?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>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
<artifactId>simulation</artifactId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!-- <groupId>club.joylink.rtss.simulation</groupId>-->
|
||||
<artifactId>ncc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
<artifactId>ncc-message</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -5,7 +5,7 @@
|
|||
<modules>
|
||||
<module>ISCS</module>
|
||||
<module>ncc</module>
|
||||
<module>ncc-message</module>
|
||||
<module>simulation-message</module>
|
||||
</modules>
|
||||
<parent>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
|
|
Loading…
Reference in New Issue