69 lines
2.0 KiB
XML
69 lines
2.0 KiB
XML
<?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.god</groupId>
|
|
<artifactId>god-car-business</artifactId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
|
|
<artifactId>car-business-common</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>
|
|
|
|
<dependencies>
|
|
|
|
|
|
<!-- God Common DataSource -->
|
|
<dependency>
|
|
<groupId>com.god</groupId>
|
|
<artifactId>god-common-datasource</artifactId>
|
|
</dependency>
|
|
|
|
<!-- God Common DataScope -->
|
|
<dependency>
|
|
<groupId>com.god</groupId>
|
|
<artifactId>god-common-datascope</artifactId>
|
|
</dependency>
|
|
|
|
<!-- God Common Log -->
|
|
<dependency>
|
|
<groupId>com.god</groupId>
|
|
<artifactId>god-common-log</artifactId>
|
|
</dependency>
|
|
|
|
<!-- God Common Swagger -->
|
|
<dependency>
|
|
<groupId>com.god</groupId>
|
|
<artifactId>god-common-swagger</artifactId>
|
|
</dependency>
|
|
|
|
<!-- Car base remote-->
|
|
<dependency>
|
|
<groupId>com.god</groupId>
|
|
<artifactId>car-base-remote</artifactId>
|
|
<version>3.6.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<version>3.4.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<version>3.4.2</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|