|
|
@ -1,24 +1,20 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?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" |
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>hzims-service</artifactId> |
|
|
|
<artifactId>hzims-service</artifactId> |
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>hzims-ticket</artifactId> |
|
|
|
<artifactId>hzims-ticket</artifactId> |
|
|
|
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
|
|
<spring-boot.version>2.3.7.RELEASE</spring-boot.version> |
|
|
|
|
|
|
|
<!-- <poi.version>3.17</poi.version>--> |
|
|
|
<!-- <poi.version>3.17</poi.version>--> |
|
|
|
<easypoi.version>3.2.0</easypoi.version> |
|
|
|
|
|
|
|
<documents4j.version>1.0.3</documents4j.version> |
|
|
|
<documents4j.version>1.0.3</documents4j.version> |
|
|
|
<swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> |
|
|
|
<swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> |
|
|
|
<!--特定版本--> |
|
|
|
<!--特定版本--> |
|
|
@ -26,6 +22,43 @@ |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-system-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-flow-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>hzims-operational-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>common-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>message-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>equipment-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>middle-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--转pdf--> |
|
|
|
<!--转pdf--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -43,27 +76,22 @@ |
|
|
|
<artifactId>documents4j-UTIL-ALL</artifactId> |
|
|
|
<artifactId>documents4j-UTIL-ALL</artifactId> |
|
|
|
<version>${documents4j.version}</version> |
|
|
|
<version>${documents4j.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.itextpdf</groupId> |
|
|
|
<groupId>com.itextpdf</groupId> |
|
|
|
<artifactId>itextpdf</artifactId> |
|
|
|
<artifactId>itextpdf</artifactId> |
|
|
|
<version>5.5.10</version> |
|
|
|
<version>5.5.10</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.itextpdf</groupId> |
|
|
|
<groupId>com.itextpdf</groupId> |
|
|
|
<artifactId>itext-asian</artifactId> |
|
|
|
<artifactId>itext-asian</artifactId> |
|
|
|
<version>5.2.0</version> |
|
|
|
<version>5.2.0</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--excel转换为pdf 通过https://repo.e-iceblue.cn/repository/maven-public/下载jar包--> |
|
|
|
<!--excel转换为pdf 通过https://repo.e-iceblue.cn/repository/maven-public/下载jar包--> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>e-iceblue</groupId> |
|
|
|
<groupId>e-iceblue</groupId> |
|
|
|
<artifactId>spire.xls.free</artifactId> |
|
|
|
<artifactId>spire.xls.free</artifactId> |
|
|
|
<version>3.9.1</version> |
|
|
|
<version>3.9.1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!--easypoi--> |
|
|
|
<!--easypoi--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
@ -75,53 +103,22 @@ |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<version>${poi.version}</version> |
|
|
|
<version>${poi.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-core</artifactId> |
|
|
|
<artifactId>hutool-core</artifactId> |
|
|
|
<version>5.7.16</version> |
|
|
|
<version>5.7.16</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-http</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-collections</groupId> |
|
|
|
<groupId>commons-collections</groupId> |
|
|
|
<artifactId>commons-collections</artifactId> |
|
|
|
<artifactId>commons-collections</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-redis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.aspose</groupId> |
|
|
|
<groupId>com.aspose</groupId> |
|
|
|
<artifactId>aspose-words</artifactId> |
|
|
|
<artifactId>aspose-words</artifactId> |
|
|
|
<version>15.8.0</version> |
|
|
|
<version>15.8.0</version> |
|
|
|
<scope>system</scope> |
|
|
|
<scope>system</scope> |
|
|
|
<systemPath>${project.basedir}/lib/aspose-words-15.8.0-jdk16.jar</systemPath> |
|
|
|
<systemPath>${project.basedir}/lib/aspose-words-15.8.0-jdk16.jar</systemPath> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-redis</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
@ -132,125 +129,47 @@ |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-core-cloud</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-swagger</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>hzims-operational-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-core-test</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-core-auto</artifactId> |
|
|
|
|
|
|
|
<scope>provided</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-dict-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-flow-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xuxueli</groupId> |
|
|
|
<groupId>com.xuxueli</groupId> |
|
|
|
<artifactId>xxl-job-core</artifactId> |
|
|
|
<artifactId>xxl-job-core</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-excel</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hikvision.ga</groupId> |
|
|
|
<groupId>com.hikvision.ga</groupId> |
|
|
|
<artifactId>artemis-http-client</artifactId> |
|
|
|
<artifactId>artemis-http-client</artifactId> |
|
|
|
<version>1.1.2</version> |
|
|
|
<version>1.1.2</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- ApacheHttp请求工具 Start --> |
|
|
|
<!-- ApacheHttp请求工具 Start --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!-- ApacheHttp请求工具 End --> |
|
|
|
<!-- ApacheHttp请求工具 End --> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-user-api</artifactId> |
|
|
|
|
|
|
|
<version>${bladex.project.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 --> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-collections4</artifactId> |
|
|
|
<artifactId>commons-collections4</artifactId> |
|
|
|
<version>4.4</version> |
|
|
|
<version>4.4</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- spring-boot-websocket end --> |
|
|
|
<!-- spring-boot-websocket end --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-resource-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
<artifactId>mybatis-plus-generator</artifactId> |
|
|
|
<artifactId>mybatis-plus-generator</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- velocity 模板引擎, Mybatis Plus 代码生成器需要--> |
|
|
|
<!-- velocity 模板引擎, Mybatis Plus 代码生成器需要--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.velocity</groupId> |
|
|
|
<groupId>org.apache.velocity</groupId> |
|
|
|
<artifactId>velocity-engine-core</artifactId> |
|
|
|
<artifactId>velocity-engine-core</artifactId> |
|
|
|
<version>2.2</version> |
|
|
|
<version>2.2</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>common-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>message-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>equipment-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>redis.clients</groupId> |
|
|
|
<groupId>redis.clients</groupId> |
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
<artifactId>jedis</artifactId> |
|
|
@ -268,10 +187,6 @@ |
|
|
|
<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> |
|
|
|
<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> |
|
|
|
<!-- <version>${swagger-bootstrap-ui.version}</version>--> |
|
|
|
<!-- <version>${swagger-bootstrap-ui.version}</version>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>middle-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repositories> |
|
|
|