|
|
@ -39,13 +39,6 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
<version>${bladex.project.version}</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-undertow</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
@ -62,12 +55,6 @@ |
|
|
|
<scope>provided</scope> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
|
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-starter-oss-all</artifactId> |
|
|
|
<artifactId>blade-starter-oss-all</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
@ -106,7 +93,12 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!-- spring-boot-websocket end --> |
|
|
|
<!-- spring-boot-websocket end --> |
|
|
|
<!--邮件推送--> |
|
|
|
<!--邮件推送--> |
|
|
|