You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.4 KiB
82 lines
2.4 KiB
<?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>shkj</artifactId>
|
|
<groupId>com.shkj</groupId>
|
|
<version>3.8.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>shkj-wms</artifactId>
|
|
|
|
<description>
|
|
wms模块
|
|
</description>
|
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.shkj</groupId>
|
|
<artifactId>shkj-framework</artifactId>
|
|
</dependency>
|
|
|
|
<!-- 通用工具-->
|
|
<dependency>
|
|
<groupId>com.shkj</groupId>
|
|
<artifactId>shkj-common</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.shkj</groupId>
|
|
<artifactId>shkj-framework</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>net.sf.cssbox</groupId>
|
|
<artifactId>pdf2dom</artifactId>
|
|
<version>1.8</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
<artifactId>pdfbox</artifactId>
|
|
<version>2.0.12</version>
|
|
</dependency>
|
|
|
|
<!--redisson-->
|
|
<dependency>
|
|
<groupId>org.redisson</groupId>
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
<version>3.17.7</version>
|
|
</dependency>
|
|
<!--lock4j分布式锁-->
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
|
|
<version>2.2.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.swagger</groupId>
|
|
<artifactId>swagger-annotations</artifactId>
|
|
<version>1.6.6</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.dathlin</groupId>
|
|
<artifactId>HslCommunication</artifactId>
|
|
<version>2.0.2</version>
|
|
</dependency>
|
|
|
|
<!-- PLC设备联动-->
|
|
<dependency>
|
|
<groupId>com.shkj.plc.sdk</groupId>
|
|
<artifactId>plc-sdk</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|
|
|