This commit is contained in:
tiger_zhou 2023-02-28 08:48:55 +08:00
parent 853a2d80f2
commit 8704a5cbb8
10 changed files with 2 additions and 28 deletions

View File

@ -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>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>club.joylink.rtss</groupId>
<artifactId>ncc-message</artifactId>
<artifactId>simulation-message</artifactId>
<version>0.1</version>
</dependency>
</dependencies>

View File

@ -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>simulation-message</artifactId>
<version>0.1</version>
</dependency>
</dependencies>
</project>