From c2b07efbbeef45cc0166d07adf6b4db9d0c6ca3a Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Wed, 24 Jun 2020 10:00:19 +0800 Subject: [PATCH] update --- pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fb81680..6642f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,16 @@ <artifactId>poi-ooxml</artifactId> <version>4.1.2</version> </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-amqp</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> </dependencies> <build> -- Gitblit v1.8.0