From 2cba0d00dc45998105129a0c26cb546282cd39a8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 05 六月 2024 13:44:23 +0800
Subject: [PATCH] 随访功能测试:模板、任务、定时发送、公众号发送,流程走通
---
smartor/pom.xml | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/smartor/pom.xml b/smartor/pom.xml
index 081a1c8..cb88cb8 100644
--- a/smartor/pom.xml
+++ b/smartor/pom.xml
@@ -95,6 +95,31 @@
<artifactId>nls-sdk-tts</artifactId>
<version>2.2.1</version>
</dependency>
+
+ <!-- https://mvnrepository.com/artifact/ca.uhn.hapi/hapi-base -->
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-base</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/ca.uhn.hapi/hapi-structures-v24 -->
+ <dependency>
+ <groupId>ca.uhn.hapi</groupId>
+ <artifactId>hapi-structures-v24</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+
+ <!-- rabbitmq 渚濊禆-->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-amqp</artifactId>
+ </dependency>
</dependencies>
--
Gitblit v1.9.3