删除模块

master
张小东 2023-11-23 18:42:35 +08:00
parent 86b9795a33
commit ec7453adab
3 changed files with 0 additions and 42 deletions

View File

@ -1,20 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.february</groupId>
<artifactId>february-vehicle-trajectory</artifactId>
<version>3.6.3</version>
</parent>
<artifactId>february-vehicle-auth</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -1,20 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.february</groupId>
<artifactId>february-vehicle-trajectory</artifactId>
<version>3.6.3</version>
</parent>
<artifactId>february-vehicle-gateway</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -16,8 +16,6 @@
<module>february-vehicle-common</module>
<module>february-vehicle-remote</module>
<module>february-vehicle-server</module>
<module>february-vehicle-gateway</module>
<module>february-vehicle-auth</module>
</modules>
<artifactId>february-vehicle-trajectory</artifactId>
<packaging>pom</packaging>