84 lines
2.4 KiB
XML
84 lines
2.4 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>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-modules</artifactId>
|
||
|
|
<version>${revision}</version>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<artifactId>zxwl-sweeper</artifactId>
|
||
|
|
<description>sweeper清洁车模块</description>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<!-- 通用工具-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-core</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-doc</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-excel</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-kafka</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-log</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-mongodb</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-mqtt</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-mybatis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-oss</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-satoken</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-web</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.zxwl</groupId>
|
||
|
|
<artifactId>zxwl-common-websocket</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|