删除 pom.xml

wudi 2024-03-01 14:27:13 +08:00
parent f920069b1f
commit d1bc7b8d25
1 changed files with 0 additions and 27 deletions

27
pom.xml
View File

@ -1,27 +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.boot</groupId>
<artifactId>boot</artifactId>
<version>3.6.3</version>
</parent>
<groupId>com.bawei</groupId>
<artifactId>car-charging</artifactId>
<packaging>pom</packaging>
<modules>
<module>car-charging-common</module>
<module>car-charging-remote</module>
<module>car-charging-server</module>
</modules>
<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>