|
@@ -74,12 +74,12 @@
|
|
|
<artifactId>winsea-haixin-plugin-clouddisk</artifactId>
|
|
|
<version>0.7.0</version>
|
|
|
</dependency>
|
|
|
- <!--体系模块-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.yh.haixin</groupId>-->
|
|
|
-<!-- <artifactId>winsea-haixin-plugin-ism</artifactId>-->
|
|
|
-<!-- <version>0.7.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!--易粮易云-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.yh.haixin</groupId>
|
|
|
+ <artifactId>winsea-haixin-plugin-yiliangyiyun</artifactId>
|
|
|
+ <version>0.7.0</version>
|
|
|
+ </dependency>
|
|
|
<!--油品模块-->
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.yh.haixin</groupId>-->
|
|
@@ -156,6 +156,16 @@
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-messaging</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot</artifactId>
|
|
|
+ <version>2.1.1.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
+ <version>2.1.1.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|