|
@@ -10,13 +10,10 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>zd-chemical</artifactId>
|
|
<artifactId>zd-chemical</artifactId>
|
|
|
-
|
|
|
|
|
- <description>
|
|
|
|
|
- zd-chemical化学品模块
|
|
|
|
|
- </description>
|
|
|
|
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
+ <description>化学品服务</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
-
|
|
|
|
|
<!-- SpringCloud Alibaba Nacos -->
|
|
<!-- SpringCloud Alibaba Nacos -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
@@ -29,12 +26,6 @@
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>com.alibaba.nacos</groupId>
|
|
|
|
|
- <artifactId>nacos-spring-context</artifactId>
|
|
|
|
|
- <version>0.2.3-RC1</version>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
<!-- SpringCloud Alibaba Sentinel -->
|
|
<!-- SpringCloud Alibaba Sentinel -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
@@ -47,13 +38,6 @@
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!-- Swagger UI -->
|
|
|
|
|
- <!-- <dependency>-->
|
|
|
|
|
- <!-- <groupId>io.springfox</groupId>-->
|
|
|
|
|
- <!-- <artifactId>springfox-swagger-ui</artifactId>-->
|
|
|
|
|
- <!-- <version>${swagger.fox.version}</version>-->
|
|
|
|
|
- <!-- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
<!-- Mysql Connector -->
|
|
<!-- Mysql Connector -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
@@ -90,39 +74,11 @@
|
|
|
<artifactId>zd-common-swagger</artifactId>
|
|
<artifactId>zd-common-swagger</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!--mqtt客户端链接服务-->
|
|
|
|
|
- <!-- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-integration</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.integration</groupId>
|
|
|
|
|
- <artifactId>spring-integration-stream</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.integration</groupId>
|
|
|
|
|
- <artifactId>spring-integration-mqtt</artifactId>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
|
-<!-- <groupId>org.eclipse.paho</groupId>-->
|
|
|
|
|
-<!-- <artifactId>org.eclipse.paho.client.mqttv3</artifactId>-->
|
|
|
|
|
-<!-- <version>1.2.5</version>-->
|
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd</groupId>
|
|
<groupId>com.zd</groupId>
|
|
|
<artifactId>zd-common-resultdata</artifactId>
|
|
<artifactId>zd-common-resultdata</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
-<!-- <artifactId>spring-boot-starter-freemarker</artifactId>-->
|
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
@@ -160,60 +116,6 @@
|
|
|
<systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/commons-pool-1.5.4.jar</systemPath>
|
|
<systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/commons-pool-1.5.4.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
-<!-- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
- <artifactId>jackson-annotations</artifactId>
|
|
|
|
|
- <version>2.6.0</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/jackson-annotations-2.6.0.jar</systemPath>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
|
|
- <version>2.6.2</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/jackson-core-2.6.2.jar</systemPath>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
|
|
- <version>2.6.2</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/jackson-databind-2.6.2.jar</systemPath>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
|
- <artifactId>jackson-dataformat-xml</artifactId>
|
|
|
|
|
- <version>2.6.2</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/jackson-dataformat-xml-2.6.2.jar</systemPath>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
|
- <artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
|
|
- <version>2.6.2</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fasterxml.jackson.module</groupId>
|
|
|
|
|
- <artifactId>jackson-module-jaxb-annotations</artifactId>
|
|
|
|
|
- <version>2.6.2</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/jackson-module-jaxb-annotations-2.6.2.jar</systemPath>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>junit</groupId>
|
|
|
|
|
- <artifactId>junit</artifactId>
|
|
|
|
|
- <version>4.8.1</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/libs/sms-syd/junit-4.8.1.jar</systemPath>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.xuanwu.ump</groupId>
|
|
<groupId>com.xuanwu.ump</groupId>
|
|
|
<artifactId>postmsg</artifactId>
|
|
<artifactId>postmsg</artifactId>
|