|
|
|
@ -25,24 +25,11 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-core-cloud</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-core-cloud</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>io.github.openfeign</groupId> |
|
|
|
|
<artifactId>feign-okhttp</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
@ -52,11 +39,6 @@
|
|
|
|
|
<artifactId>blade-starter-swagger</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
|
|
|
|
<version>2.5.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>hzims-operational-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
@ -87,26 +69,48 @@
|
|
|
|
|
<artifactId>xxl-job-core</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
|
<version>3.15</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jfree</groupId> |
|
|
|
|
<artifactId>jcommon</artifactId> |
|
|
|
|
<version>1.0.24</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.jfree</groupId> |
|
|
|
|
<artifactId>jfreechart</artifactId> |
|
|
|
|
<version>1.5.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hikvision.ga</groupId> |
|
|
|
|
<artifactId>artemis-http-client</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.freemarker</groupId> |
|
|
|
|
<artifactId>freemarker</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>equipment-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>message-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>assets-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.google.zxing</groupId> |
|
|
|
|
<artifactId>core</artifactId> |
|
|
|
@ -124,6 +128,16 @@
|
|
|
|
|
<artifactId>commons-collections4</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
|
<artifactId>hutool-http</artifactId> |
|
|
|
|
</dependency> |
|
|
|
@ -132,6 +146,10 @@
|
|
|
|
|
<artifactId>hutool-core</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.java-websocket</groupId> |
|
|
|
|
<artifactId>Java-WebSocket</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-resource-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
@ -159,7 +177,16 @@
|
|
|
|
|
<groupId>com.hnac.hzinfo.data</groupId> |
|
|
|
|
<artifactId>hzinfo-data-sdk</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.github.xiaoymin</groupId> |
|
|
|
|
<artifactId>swagger-bootstrap-ui</artifactId> |
|
|
|
|
<version>${swagger-bootstrap-ui.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
|
|
|
|
<version>2.5.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
@ -183,4 +210,4 @@
|
|
|
|
|
|
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</project> |
|
|
|
|
</project> |