50 lines
1.6 KiB
XML
50 lines
1.6 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">
|
||
|
|
<parent>
|
||
|
|
<artifactId>wms</artifactId>
|
||
|
|
<groupId>com.wms</groupId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
</parent>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>wms-business</artifactId>
|
||
|
|
<description>wms仓储业务模块</description>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
|
||
|
|
<!-- 通用工具-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.wms</groupId>
|
||
|
|
<artifactId>wms-common</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-http</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-http</artifactId>
|
||
|
|
<version>4.4.2</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.mail</groupId>
|
||
|
|
<artifactId>mail</artifactId>
|
||
|
|
<version>1.4.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.microsoft.ews-java-api</groupId>
|
||
|
|
<artifactId>ews-java-api</artifactId>
|
||
|
|
<version>2.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- MAP工具 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.google.guava</groupId>
|
||
|
|
<artifactId>guava</artifactId>
|
||
|
|
<version>31.1-jre</version>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|